diff --git a/CHANGELOG.md b/CHANGELOG.md index cc475c8..e7a3a1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.1.7](https://github.com/autosoftoss/autorepo/compare/v0.1.6...v0.1.7) (2023-01-07) + + +### Bug Fixes + +* bump autorepo-api ([2014e47](https://github.com/autosoftoss/autorepo/commit/2014e4779a6bcc6b97c3088c57ab364af4ddb182)) + + + ## [0.1.6](https://github.com/autosoftoss/autorepo/compare/v0.1.5...v0.1.6) (2023-01-07) diff --git a/package.json b/package.json index 338c345..e91d3fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "autorepo", - "version": "0.1.6", + "version": "0.1.7", "description": "Autorepo abstracts away your dev dependencies, providing a single command to run all of your scripts.", "main": ".auto/build/index.js", "repository": {