Skip to content

Commit

Permalink
📦 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dawsbot committed Apr 7, 2024
1 parent 0067af4 commit c9da3e4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "essential-eth",
"description": "Ultralight JS for Ethereum",
"version": "0.9.2",
"version": "0.10.0",
"license": "MIT",
"sideEffects": false,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Browsers:

```html
<!-- index.html -->
<script src="https://unpkg.com/essential-eth@0.9.2"></script>
<script src="https://unpkg.com/essential-eth@0.10.0"></script>
```

<!-- ⛔️ AUTO-GENERATED-CONTENT:END (UNPKG_SCRIPT_TAG) -->
Expand Down
2 changes: 1 addition & 1 deletion src/logger/package-version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Generated by genversion.
export const version = '0.9.2';
export const version = '0.10.0';

0 comments on commit c9da3e4

Please sign in to comment.