From 788d539bba8f5eea4e1a3e9f092f6c47f1b07d01 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Mon, 19 Feb 2024 09:24:25 +0000 Subject: [PATCH] change log (release): v1.1.1 [skip ci] --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50a0f7e..82e0875 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -# 1.1.0 (2024-02-19) +## [1.1.1](https://github.com/ephrimlawrence/ananse/compare/v1.1.0...v1.1.1) (2024-02-19) + + + +# [1.1.0](https://github.com/ephrimlawrence/ananse/compare/df0a1faf37d97bdf87d3fe258eee7830b2992fae...v1.1.0) (2024-02-19) ### Bug Fixes diff --git a/package.json b/package.json index bfec6c3..c543326 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ananse", - "version": "1.1.0", + "version": "1.1.1", "description": "Ananse is a simple and fast library for creating USSD applications with NodeJS/Typescript", "git": "https://github.com/ephrimlawrence/ananse", "author": "Lawrence Ephrim",