diff --git a/CHANGELOG.md b/CHANGELOG.md index 903ddaa1..ee2d8bf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [1.0.2](https://https///compare/v1.0.1...v1.0.2) (2023-03-07) + + +### Bug Fixes + +* update node-sass to support node12+ ([#458](https://https//undefined/issues/458)) ([5070d24](https://https///commit/5070d24410786b2ad4acc632fa81ab6b49441bc7)) + ### [1.0.1](https://https///compare/v1.0.0...v1.0.1) (2021-04-15) diff --git a/package-lock.json b/package-lock.json index 6229b842..911c5333 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "rasa-webchat", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 4475e63a..8bf38c7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rasa-webchat", - "version": "1.0.1", + "version": "1.0.2", "description": "Chat web widget for React apps and Rasa Core chatbots", "module": "module/index.js", "main": "lib/index.js",