From 6d0e4df38700f3286f12a3af7cb374c1e2707df5 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Mon, 19 Feb 2024 12:20:26 +0000 Subject: [PATCH] change log (release): v1.2.2 [skip ci] --- CHANGELOG.md | 13 +++++++++---- package.json | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86a478e..1ad3929 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.2.2](https://github.com/ephrimlawrence/ananse/compare/v1.2.1...v1.2.2) (2024-02-19) + + +### Bug Fixes + +* **session: mysql:** table name error when passed as a prepared statement ([9db4e6c](https://github.com/ephrimlawrence/ananse/commit/9db4e6c8d0759326f7e28bc5ddf321b04ad28656)) + + + ## [1.2.1](https://github.com/ephrimlawrence/ananse/compare/v1.2.0...v1.2.1) (2024-02-19) @@ -24,7 +33,3 @@ -## [1.1.6](https://github.com/ephrimlawrence/ananse/compare/v1.1.5...v1.1.6) (2024-02-19) - - - diff --git a/package.json b/package.json index e2428a4..463ad6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ananse", - "version": "1.2.1", + "version": "1.2.2", "description": "Ananse is a simple and fast library for creating USSD applications with NodeJS/Typescript", "git": "https://github.com/ephrimlawrence/ananse", "author": "Lawrence Ephrim",