diff --git a/CHANGELOG.md b/CHANGELOG.md index 18c89f54..bd46d5a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [13.2.4](https://github.com/seleb/bitsy-hacks/compare/v13.2.3...v13.2.4) (2020-07-11) + + +### Bug Fixes + +* test release ([b38bf8a](https://github.com/seleb/bitsy-hacks/commit/b38bf8aaa2d911fb92cb9e98b7165844015f87f6)) + ## [13.2.3](https://github.com/seleb/bitsy-hacks/compare/v13.2.2...v13.2.3) (2020-07-03) diff --git a/package-lock.json b/package-lock.json index 8d560065..11d53eb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bitsy/hecks", - "version": "13.2.3", + "version": "13.2.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 12de8211..ec70c0e8 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "hacks" ], "main": "index.mjs", - "version": "13.2.3", + "version": "13.2.4", "scripts": { "build": "rollup -c", "test": "jest --runInBand",