Skip to content

Commit

Permalink
bump version (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janther committed Dec 13, 2022
1 parent 6e168bf commit 372fcf4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion HOW_TO_PUBLISH.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ git pull
npm i

npm run test:all

npm run build

npm run test:standalone
```

- Create a branch with the name of the new version number, e.g.: `git checkout -b 1.0.0-beta.4`
- Create a branch with the name of the new version number, e.g.: `git checkout -b 1.1.0`

- Bump the version in the package.json file

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Or you can use it as part of your linting to check that all your code is prettif
### Using in the Browser

_Added in v1.0.1_
_Added in v1.1.0_

To use this package in the browser, you need to load Prettier's standalone bundle before loading the build provided in this package.

Expand Down
2 changes: 1 addition & 1 deletion 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,6 +1,6 @@
{
"name": "prettier-plugin-solidity",
"version": "1.0.0",
"version": "1.1.0",
"description": "A Prettier Plugin for automatically formatting your Solidity code.",
"main": "./src/index.js",
"browser": "./dist/standalone.js",
Expand Down

0 comments on commit 372fcf4

Please sign in to comment.