Skip to content

Commit bd5ece9

Browse files
authored
bump version (#1109)
1 parent 880d33d commit bd5ece9

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

HOW_TO_PUBLISH.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@ git pull
99

1010
npm i
1111

12+
npm run lint
13+
1214
npm run test:all
1315

1416
npm run build
1517

18+
npm run build:test
19+
1620
npm run test:standalone
1721
```
1822

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-solidity",
3-
"version": "2.0.0-beta.7",
3+
"version": "2.0.0-beta.8",
44
"description": "A Prettier Plugin for automatically formatting your Solidity code.",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)