diff --git a/CHANGELOG.md b/CHANGELOG.md index 96c9a03..04c1ce4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog -## [v0.7.0](https://github.com/darkmavis1980/px-converter/compare/v0.6.0...v0.7.0) +## [v0.7.1](https://github.com/darkmavis1980/px-converter/compare/v0.7.0...v0.7.1) + +### Merged + +- Feature/remove oclif dependencies [`#27`](https://github.com/darkmavis1980/px-converter/pull/27) + +### Commits + +- fix: update dependencies and fix vulnerabilities [`f74d54e`](https://github.com/darkmavis1980/px-converter/commit/f74d54e755d475194ffcd1b356bb6bf91a8dc343) + +## [v0.7.0](https://github.com/darkmavis1980/px-converter/compare/v0.6.0...v0.7.0) - 2024-01-09 ### Merged diff --git a/package-lock.json b/package-lock.json index e4d3cb7..16ef23e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "px-converter", - "version": "0.7.0", + "version": "0.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "px-converter", - "version": "0.7.0", + "version": "0.7.1", "license": "MIT", "dependencies": { "commander": "^11.1.0", diff --git a/package.json b/package.json index ea86727..1ca72c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "px-converter", - "version": "0.7.0", + "version": "0.7.1", "author": "Alessio Michelini", "bin": { "px-converter": "./bin/run"