diff --git a/CHANGELOG.md b/CHANGELOG.md index 4137e3c4..7fe92bf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [13.3.5](https://github.com/seleb/bitsy-hacks/compare/v13.3.4...v13.3.5) (2020-08-01) + + +### Bug Fixes + +* explicit auto versioning ([4f7914f](https://github.com/seleb/bitsy-hacks/commit/4f7914f52c83463154933dfafb2c8ec5de885b6e)) + ## [13.3.4](https://github.com/seleb/bitsy-hacks/compare/v13.3.3...v13.3.4) (2020-08-01) diff --git a/package-lock.json b/package-lock.json index 38a174b3..726e1225 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bitsy/hecks", - "version": "13.3.4", + "version": "13.3.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 83e89b9f..7865f64c 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "hacks" ], "main": "index.mjs", - "version": "13.3.4", + "version": "13.3.5", "scripts": { "build": "rollup -c", "test": "jest --runInBand",