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 +}