From 8725ec1ba1ec71b2c8af8cf1cd42588a3f3696d8 Mon Sep 17 00:00:00 2001 From: Zander Hill Date: Tue, 27 Feb 2024 10:24:32 -0800 Subject: [PATCH] Release 0.2.0 --- CHANGELOG.md | 8 ++++++++ config.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6132926..cb845e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [0.2.0](https://github.com/zph/msh/compare/0.1.3...0.2.0) + +- Add debug logging [`5d7de09`](https://github.com/zph/msh/commit/5d7de097c973714186fd2be0e82ea9231c430d31) +- Remove no longer used import [`7bda8b2`](https://github.com/zph/msh/commit/7bda8b2bcaf268cfcf2e24798925f3c159e035f7) + #### [0.1.3](https://github.com/zph/msh/compare/0.1.2...0.1.3) +> 10 January 2024 + +- Release 0.1.3 [`8eb5397`](https://github.com/zph/msh/commit/8eb539712e059e0af2ad9e6963c4aa60694c17bc) - Update TODOs [`4c94878`](https://github.com/zph/msh/commit/4c94878c6a81ea11f63187889146da4b2b65fc3e) #### [0.1.2](https://github.com/zph/msh/compare/0.1.1...0.1.2) diff --git a/config.json b/config.json index 0f0a0d9..10e64e0 100644 --- a/config.json +++ b/config.json @@ -1,3 +1,3 @@ { - "version": "0.1.3" + "version": "0.2.0" } diff --git a/package-lock.json b/package-lock.json index e3f5b94..074fc29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "@release-it/bumper": "^6.0.1", "release-it": "^17.0.1" }, - "version": "0.1.3" + "version": "0.2.0" }, "node_modules/@babel/code-frame": { "version": "7.23.5", @@ -5511,5 +5511,5 @@ } } }, - "version": "0.1.3" + "version": "0.2.0" } diff --git a/package.json b/package.json index 74e98b5..f19a6a9 100644 --- a/package.json +++ b/package.json @@ -3,5 +3,5 @@ "@release-it/bumper": "^6.0.1", "release-it": "^17.0.1" }, - "version": "0.1.3" + "version": "0.2.0" }