From bae5c58c3b1a07ef27254e4120c57f6a27be771f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 26 Aug 2020 21:40:24 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2020-08-26) ### Bug Fixes * building on macos ([951ba10](https://github.com/zone117x/node-multi-hashing/commit/951ba106e234ca99d2b78a0f9b2881fb3f90c81c)) * bump test timeout ([9dc7dab](https://github.com/zone117x/node-multi-hashing/commit/9dc7dab38186c35723e57d3625ccdef1a13daea6)) * run gh actions on all branches ([1aa6f9e](https://github.com/zone117x/node-multi-hashing/commit/1aa6f9e8f938cba71ee82722abe593d799b15be8)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..0d9461c0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# 1.0.0 (2020-08-26) + + +### Bug Fixes + +* building on macos ([951ba10](https://github.com/zone117x/node-multi-hashing/commit/951ba106e234ca99d2b78a0f9b2881fb3f90c81c)) +* bump test timeout ([9dc7dab](https://github.com/zone117x/node-multi-hashing/commit/9dc7dab38186c35723e57d3625ccdef1a13daea6)) +* run gh actions on all branches ([1aa6f9e](https://github.com/zone117x/node-multi-hashing/commit/1aa6f9e8f938cba71ee82722abe593d799b15be8)) diff --git a/package-lock.json b/package-lock.json index 826eeac5..8d1762b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "multi-hashing", - "version": "0.0.9", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 09fadfe8..381083d6 100644 --- a/package.json +++ b/package.json @@ -50,4 +50,4 @@ "@semantic-release/git" ] } -} \ No newline at end of file +}