diff --git a/changelog.md b/changelog.md index 4668333..95931ad 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog for Weavy +## v19.1.2 + + + +* Fixed some issues with cache when switching conversations in Messenger in uikit-web. + ## v19.1.1 diff --git a/package-lock.json b/package-lock.json index 5a26cfe..0198b4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@weavy/dropin-js", - "version": "19.1.1", + "version": "19.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@weavy/dropin-js", - "version": "19.1.1", + "version": "19.1.2", "license": "MIT", "dependencies": { "@material/material-color-utilities": "0.2.0" diff --git a/package.json b/package.json index 2952d08..197d3f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@weavy/dropin-js", - "version": "19.1.1", + "version": "19.1.2", "author": "Weavy", "description": "Javascript library for the Weavy drop-in UI", "homepage": "https://github.com/weavy/weavy-dropin-js",