Skip to content

Commit

Permalink
chore(release): publish v1.1.3 (#67)
Browse files Browse the repository at this point in the history
* docs: add changelog for 1.1.3

* chore(release): publish v1.1.3

* build: remove build test

* Revert "chore(release): publish v1.1.3"

This reverts commit f34f9a5

* chore(release): publish v1.1.3
  • Loading branch information
xuchaoying authored Mar 25, 2021
1 parent adb4138 commit ec164b5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
node-version: '12.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run build
- run: npm run lerna:publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.1.3 (2021-03-25)

#### :bug: Bug Fix
* `svrx-cli`
* [#65](https://github.com/svrxjs/svrx-cli/pull/65) update @svrx/util to v1.1.6 ([@xuchaoying](https://github.com/xuchaoying))

## v1.1.2 (2020-02-27)

#### :house: Internal
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
]
}
},
"version": "1.1.2"
"version": "1.1.3"
}
2 changes: 1 addition & 1 deletion packages/svrx-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svrx/cli",
"version": "1.1.2",
"version": "1.1.3",
"description": "CLI for svrx",
"bin": {
"svrx": "bin/svrx.js"
Expand Down

0 comments on commit ec164b5

Please sign in to comment.