Skip to content

Commit 372fcf4

Browse files
authored
bump version (#771)
1 parent 6e168bf commit 372fcf4

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

HOW_TO_PUBLISH.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@ git pull
1010
npm i
1111

1212
npm run test:all
13+
14+
npm run build
15+
16+
npm run test:standalone
1317
```
1418

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

1721
- Bump the version in the package.json file
1822

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Or you can use it as part of your linting to check that all your code is prettif
4444
4545
### Using in the Browser
4646

47-
_Added in v1.0.1_
47+
_Added in v1.1.0_
4848

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

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "1.0.0",
3+
"version": "1.1.0",
44
"description": "A Prettier Plugin for automatically formatting your Solidity code.",
55
"main": "./src/index.js",
66
"browser": "./dist/standalone.js",

0 commit comments

Comments
 (0)