From f9d55a3ca4079017eeb4095e5f58f2a9181a7fff Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Mon, 8 Jul 2024 12:09:37 +0000 Subject: [PATCH] change log (release): v1.9.2 [skip ci] --- CHANGELOG.md | 13 ++++--------- package.json | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b05170b..683a167 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.9.2](https://github.com/ephrimlawrence/ananse/compare/v1.9.1...v1.9.2) (2024-07-08) + + + ## [1.9.1](https://github.com/ephrimlawrence/ananse/compare/v1.9.0...v1.9.1) (2024-07-08) @@ -29,12 +33,3 @@ -## [1.7.6](https://github.com/ephrimlawrence/ananse/compare/v1.7.5...v1.7.6) (2024-06-28) - - -### Bug Fixes - -* menu action handling bugs ([4c1223f](https://github.com/ephrimlawrence/ananse/commit/4c1223fa7df5000feca800413848dd089d2783a7)) - - - diff --git a/package.json b/package.json index 9f7691b..332d4ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ananse", - "version": "1.9.1", + "version": "1.9.2", "description": "Ananse is a lightweight NodeJs framework with batteries included for building efficient, scalable and maintainable USSD applications.", "git": "https://github.com/ephrimlawrence/ananse", "author": "Lawrence Ephrim",