From b283d6a74ea28da329e8dabb8ba574a79745d5d6 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 1 Mar 2024 10:06:04 +0000 Subject: [PATCH] v23.9.2 --- CHANGELOG.md | 8 ++++++-- package.json | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6474395..591704f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,14 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [v23.9.2](https://github.com/theopenconversationkit/tock-react-kit/compare/v23.9.1...v23.9.2) + +- fix #160: add standalone output, update dependencies, reformat [`#162`](https://github.com/theopenconversationkit/tock-react-kit/pull/162) +- fix #160: add standalone output, update dependencies, reformat (#162) [`#160`](https://github.com/theopenconversationkit/tock-react-kit/issues/160) + #### [v23.9.1](https://github.com/theopenconversationkit/tock-react-kit/compare/v23.9.0...v23.9.1) -- fix #137: publish type declarations, source maps and ESM file [`#156`](https://github.com/theopenconversationkit/tock-react-kit/pull/156) -- fix #137: publish type declarations, source maps and ESM file (#156) [`#137`](https://github.com/theopenconversationkit/tock-react-kit/issues/137) [`#137`](https://github.com/theopenconversationkit/tock-react-kit/issues/137) +> 23 February 2024 #### [v23.9.0](https://github.com/theopenconversationkit/tock-react-kit/compare/v22.3.1-2...v23.9.0) diff --git a/package.json b/package.json index c86aa2e..4caef7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tock-react-kit", - "version": "23.9.1", + "version": "23.9.2", "description": "React UI library for Tock Node chatbots", "main": "build/tock-react-kit.umd.js", "module": "build/tock-react-kit.esm.js",