From e5a2d17813d7d439c6914a053e79ae9ea844b740 Mon Sep 17 00:00:00 2001 From: Tobias Looker Date: Mon, 4 May 2020 16:23:38 +1200 Subject: [PATCH] chore(release): publish [skip ci] (#108) --- .github/workflows/push-release.yml | 4 ++++ CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push-release.yml b/.github/workflows/push-release.yml index 49c209a..479147e 100644 --- a/.github/workflows/push-release.yml +++ b/.github/workflows/push-release.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index cb7d804..93e008a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 7213c44..fc17a82 100644 --- a/package.json +++ b/package.json @@ -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",