From ea30089b914478852c60d6ec7ac5db1f28cbd794 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Mon, 19 Feb 2024 09:32:30 +0000 Subject: [PATCH] change log (release): v1.1.4 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 111195a..4770ea8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.1.4](https://github.com/ephrimlawrence/ananse/compare/v1.1.3...v1.1.4) (2024-02-19) + + +### Bug Fixes + +* remove sample-apps from tsc build ([0e931a0](https://github.com/ephrimlawrence/ananse/commit/0e931a092e5a058c9abc45f40def2c851acfc31b)) + + + ## [1.1.3](https://github.com/ephrimlawrence/ananse/compare/v1.1.2...v1.1.3) (2024-02-19) diff --git a/package.json b/package.json index 50412cd..40023cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ananse", - "version": "1.1.3", + "version": "1.1.4", "description": "Ananse is a simple and fast library for creating USSD applications with NodeJS/Typescript", "git": "https://github.com/ephrimlawrence/ananse", "author": "Lawrence Ephrim",