Skip to content

Commit

Permalink
chore(release): publish [skip ci] (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
tplooker committed May 4, 2020
1 parent c40cd7c commit e5a2d17
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/push-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
matrix:
node-version: [10.x, 11.x, 12.x]
os: [windows-latest, macos-latest, ubuntu-latest]
exclude:
# exclude windows node 11 due to neon-sys bug
- os: windows-latest
node-version: 11.x
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [0.7.0](https://github.com/mattrglobal/node-bbs-signatures/compare/0.6.0...0.7.0) (2020-05-04)

- add support for publishing Node 11 and Node 12 binaries
([#100](https://github.com/mattrglobal/node-bbs-signatures/issues/100))
([eb9a667](https://github.com/mattrglobal/node-bbs-signatures/pull/104/commits/eb9a667e98a9bade59d874a5f91bcc862f130a32))
([f1af7ee](https://github.com/mattrglobal/node-bbs-signatures/pull/105/commits/f1af7eebc8561b43cea286426e744dbb8758a450))

# [0.6.0](https://github.com/mattrglobal/node-bbs-signatures/compare/0.5.0...0.6.0) (2020-05-03)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mattrglobal/node-bbs-signatures",
"version": "0.6.0",
"version": "0.7.0",
"description": "An implementation of BBS+ signatures using rust and typescript for node.js",
"homepage": "https://github.com/mattrglobal/node-bbs-signatures",
"main": "lib/index.js",
Expand Down

0 comments on commit e5a2d17

Please sign in to comment.