From 0c377b203405838589156ae316b2b6e602bab640 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Mon, 26 Feb 2024 11:15:14 +0000 Subject: [PATCH] change log (release): v1.3.5 [skip ci] --- CHANGELOG.md | 26 +++++++++----------------- package.json | 2 +- 2 files changed, 10 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7fc77b..af111af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.3.5](https://github.com/ephrimlawrence/ananse/compare/v1.3.4...v1.3.5) (2024-02-26) + + +### Bug Fixes + +* github action bug ([f437e6a](https://github.com/ephrimlawrence/ananse/commit/f437e6a765ff89216ec4ed969feac21c87a555e7)) + + + ## [1.3.4](https://github.com/ephrimlawrence/ananse/compare/v1.3.3...v1.3.4) (2024-02-26) @@ -29,20 +38,3 @@ -# [1.3.0](https://github.com/ephrimlawrence/ananse/compare/v1.2.4...v1.3.0) (2024-02-26) - - -### Bug Fixes - -* **session: mysql:** query bugs ([5cacef7](https://github.com/ephrimlawrence/ananse/commit/5cacef7c3a919ecf8813a3878c6fc2155d640439)) -* **session: mysql:** query bugs ([102d0fe](https://github.com/ephrimlawrence/ananse/commit/102d0fecbb0b11fc1fdab786f39cbc8b62931112)) -* **session: mysql:** query bugs ([971348d](https://github.com/ephrimlawrence/ananse/commit/971348d9696a8cedec3e68deb7c8960b2357294b)) -* **session: mysql:** query bugs ([40b6bbd](https://github.com/ephrimlawrence/ananse/commit/40b6bbd5c09e51451b2ea8acdd3ccc6893143831)) - - -### Features - -* **simulator:** implement emergence api simulator ([dc7ec44](https://github.com/ephrimlawrence/ananse/commit/dc7ec44e77e19d238b04379708ae8d3284b0fefd)) - - - diff --git a/package.json b/package.json index 8a66194..4743432 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ananse", - "version": "1.3.4", + "version": "1.3.5", "description": "Ananse is a simple and fast library for creating USSD applications with NodeJS/Typescript", "git": "https://github.com/ephrimlawrence/ananse", "author": "Lawrence Ephrim",