diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4c8816b..e147d1e 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +### [1.0.2](https://github.com/obetomuniz/im-cli/compare/v1.0.1...v1.0.2) (2023-04-01) + + +### Features + +* support multiples packages be added, updated, and removed at once ([54e0026](https://github.com/obetomuniz/im-cli/commit/54e002677527b6ca7c7ea0e3cfb6445ec85a7139)) +* support remove package ([b544559](https://github.com/obetomuniz/im-cli/commit/b544559010a7273fe66bbe7a43f52158b134551b)) + + +### Bug Fixes + +* remove im.json test file ([5250d0c](https://github.com/obetomuniz/im-cli/commit/5250d0c31ff48f758b921951bce3d18a57f958f1)) + ### [1.0.1](https://github.com/obetomuniz/im-cli/compare/v1.0.0...v1.0.1) (2023-04-01) diff --git a/package-lock.json b/package-lock.json index f3806db..4e688b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "im-cli", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "im-cli", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "dependencies": { "axios": "^1.3.4", diff --git a/package.json b/package.json index 8959cc0..77926b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "im-cli", - "version": "1.0.1", + "version": "1.0.2", "description": "A command line tool to manage Import Maps", "directories": { "doc": "docs",