From d7d4ed19ab3900aaa4bca87109674dd7deb53b60 Mon Sep 17 00:00:00 2001 From: Alessio Michelini Date: Tue, 27 Jun 2023 21:28:08 +0100 Subject: [PATCH] 0.5.2 --- 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 a2588de..02938ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog -## [v0.5.1](https://github.com/darkmavis1980/px-converter/compare/v0.5.0...v0.5.1) +## [v0.5.2](https://github.com/darkmavis1980/px-converter/compare/v0.5.1...v0.5.2) + +### Merged + +- Bugfix/add missing dependency [`#21`](https://github.com/darkmavis1980/px-converter/pull/21) + +### Commits + +- [bugfix] Update dependencies [`84da0c5`](https://github.com/darkmavis1980/px-converter/commit/84da0c57cd00081ffaad07f58be26637764f0799) + +## [v0.5.1](https://github.com/darkmavis1980/px-converter/compare/v0.5.0...v0.5.1) - 2023-03-12 ### Merged diff --git a/package-lock.json b/package-lock.json index f4ffb8d..9d95ef0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "px-converter", - "version": "0.5.1", + "version": "0.5.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "px-converter", - "version": "0.5.1", + "version": "0.5.2", "license": "MIT", "dependencies": { "commander": "^11.0.0", diff --git a/package.json b/package.json index 506c8db..28f91dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "px-converter", - "version": "0.5.1", + "version": "0.5.2", "author": "Alessio Michelini", "bin": { "px-converter": "./bin/run"