From 34a6e9f7bd0e4a183f0b09d9a6450c1a03fb2329 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Mon, 19 Feb 2024 12:29:07 +0000 Subject: [PATCH] change log (release): v1.2.3 [skip ci] --- CHANGELOG.md | 13 +++++++++---- package.json | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ad3929..0174ac3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.2.3](https://github.com/ephrimlawrence/ananse/compare/v1.2.2...v1.2.3) (2024-02-19) + + +### Bug Fixes + +* minor bug ([feac7a2](https://github.com/ephrimlawrence/ananse/commit/feac7a24cc5fb8b2f185f441402157640204dd67)) + + + ## [1.2.2](https://github.com/ephrimlawrence/ananse/compare/v1.2.1...v1.2.2) (2024-02-19) @@ -29,7 +38,3 @@ -## [1.1.7](https://github.com/ephrimlawrence/ananse/compare/v1.1.6...v1.1.7) (2024-02-19) - - - diff --git a/package.json b/package.json index 9f37a78..c73c243 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ananse", - "version": "1.2.2", + "version": "1.2.3", "description": "Ananse is a simple and fast library for creating USSD applications with NodeJS/Typescript", "git": "https://github.com/ephrimlawrence/ananse", "author": "Lawrence Ephrim",