Skip to content

Commit

Permalink
Merge branch 'main' into feat/strict-param
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Jan 18, 2024
2 parents 5e1f6ca + 29c43cf commit 06acebf
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 40 deletions.
8 changes: 4 additions & 4 deletions packages/ensjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ensdomains/ensjs",
"version": "3.0.0",
"version": "3.0.1",
"description": "ENS javascript library for contract interaction",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -98,9 +98,9 @@
},
"dependencies": {
"@adraffy/ens-normalize": "1.9.0",
"@ensdomains/address-encoder": "1.0.0-rc.2",
"@ensdomains/content-hash": "3.1.0-rc.0",
"@ensdomains/dnsprovejs": "^0.5.0",
"@ensdomains/address-encoder": "1.0.0-rc.3",
"@ensdomains/content-hash": "3.1.0-rc.1",
"@ensdomains/dnsprovejs": "^0.5.1",
"abitype": "^0.8.0",
"dns-packet": "^5.3.1",
"graphql": "^16.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ensjs/src/errors/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = 'v3.0.0'
export const version = 'v3.0.1'
70 changes: 35 additions & 35 deletions pnpm-lock.yaml

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

0 comments on commit 06acebf

Please sign in to comment.