Skip to content

Commit

Permalink
bump version (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janther authored Oct 1, 2024
1 parent 44a48ea commit 921b501
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 49 deletions.
92 changes: 46 additions & 46 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-plugin-solidity",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "A Prettier Plugin for automatically formatting your Solidity code.",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -77,8 +77,8 @@
"@babel/code-frame": "^7.24.7",
"@types/jest": "^29.5.13",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"c8": "^9.1.0",
"cross-env": "^7.0.3",
"eslint": "^9.11.1",
Expand Down

0 comments on commit 921b501

Please sign in to comment.