From 6e540a85a8af9c11273074d813bc47f1b2ecf64a Mon Sep 17 00:00:00 2001 From: Eugene Chybisov Date: Mon, 13 Nov 2023 14:58:46 +0100 Subject: [PATCH] chore(release): 2.9.2 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d20a951d6..c806ef91f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.9.2](https://github.com/lifinance/widget/compare/v2.9.1...v2.9.2) (2023-11-13) + ### [2.9.1](https://github.com/lifinance/widget/compare/v2.9.0...v2.9.1) (2023-11-13) diff --git a/package.json b/package.json index a613f79cc..a7eeace0a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.9.1", + "version": "2.9.2", "private": true, "sideEffects": false, "packageManager": "yarn@4.0.1",