From f02d8558a7c78c6d381a9432550b2c7d4ab2bafe Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Mon, 19 Feb 2024 10:51:53 +0000 Subject: [PATCH] change log (release): v1.1.7 [skip ci] --- CHANGELOG.md | 13 ++++--------- package.json | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3df28d..0dbe7c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.1.7](https://github.com/ephrimlawrence/ananse/compare/v1.1.6...v1.1.7) (2024-02-19) + + + ## [1.1.6](https://github.com/ephrimlawrence/ananse/compare/v1.1.5...v1.1.6) (2024-02-19) @@ -29,12 +33,3 @@ -## [1.1.2](https://github.com/ephrimlawrence/ananse/compare/v1.1.1...v1.1.2) (2024-02-19) - - -### Bug Fixes - -* minor bug ([e0fd526](https://github.com/ephrimlawrence/ananse/commit/e0fd5260b461a028e0bc0f35f2814578e17b3663)) - - - diff --git a/package.json b/package.json index dd97d9e..b6a4f5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ananse", - "version": "1.1.6", + "version": "1.1.7", "description": "Ananse is a simple and fast library for creating USSD applications with NodeJS/Typescript", "git": "https://github.com/ephrimlawrence/ananse", "author": "Lawrence Ephrim",