Skip to content

Commit 6c81b17

Browse files
authored
bump version (#436)
1 parent 7f48044 commit 6c81b17

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

HOW_TO_PUBLISH.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ npm i
1212
npm run test:all
1313
```
1414

15+
- Create a branch with the name of the new version number, e.g.: `git checkout -b 1.0.0-beta.4`
16+
1517
- Bump the version in the package.json file
1618

17-
- Create a branch with the name of the new version number, e.g.: `git checkout -b 1.0.0-beta.4`
19+
- `npm i`
1820

1921
```bash
2022
git add .

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-beta.4",
3+
"version": "1.0.0-beta.5",
44
"description": "prettier plugin for solidity",
55
"main": "src",
66
"scripts": {

0 commit comments

Comments
 (0)