diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dc0636..4a92c33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.1.10](https://github.com/autosoftoss/autorepo/compare/v0.1.9...v0.1.10) (2023-04-11) + + +### Bug Fixes + +* bump autorepo-api ([c7d00e8](https://github.com/autosoftoss/autorepo/commit/c7d00e8b749d7a745b9407496e9edcad437f0fe5)) + + + ## [0.1.9](https://github.com/autosoftoss/autorepo/compare/v0.1.8...v0.1.9) (2023-01-10) diff --git a/package.json b/package.json index 7574493..c65894c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "autorepo", - "version": "0.1.9", + "version": "0.1.10", "description": "Autorepo abstracts away your dev dependencies, providing a single command to run all of your scripts.", "license": "MIT", "private": false,