From 86e49af0a41c1bbf36a4adffd00d1282e9e735a6 Mon Sep 17 00:00:00 2001 From: Alessio Michelini Date: Sun, 12 Mar 2023 00:26:36 +0000 Subject: [PATCH] 0.5.1 --- CHANGELOG.md | 12 +++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d063426..a2588de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog -## [v0.5.0](https://github.com/darkmavis1980/px-converter/compare/v0.5.0-next.1...v0.5.0) +## [v0.5.1](https://github.com/darkmavis1980/px-converter/compare/v0.5.0...v0.5.1) + +### Merged + +- Feature/remove oclif [`#20`](https://github.com/darkmavis1980/px-converter/pull/20) + +### Commits + +- Adding missing dependency [`1ad584e`](https://github.com/darkmavis1980/px-converter/commit/1ad584e667c85c416d41411421b13b5a816f7f04) + +## [v0.5.0](https://github.com/darkmavis1980/px-converter/compare/v0.5.0-next.1...v0.5.0) - 2023-03-12 ## [v0.5.0-next.1](https://github.com/darkmavis1980/px-converter/compare/v0.5.0-next.0...v0.5.0-next.1) - 2023-03-12 diff --git a/package-lock.json b/package-lock.json index 9e6fecd..aba61a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "px-converter", - "version": "0.5.0", + "version": "0.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "px-converter", - "version": "0.5.0", + "version": "0.5.1", "license": "MIT", "dependencies": { "commander": "^10.0.0", diff --git a/package.json b/package.json index 4dd8af2..f722522 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "px-converter", - "version": "0.5.0", + "version": "0.5.1", "author": "Alessio Michelini", "bin": { "px-converter": "./bin/run"