diff --git a/CHANGELOG.md b/CHANGELOG.md index b04f9d8..fe28735 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. +### [1.9.134](https://github.com/surveyjs/custom-widgets/compare/v1.9.133...v1.9.134) (2024-03-13) + ### [1.9.133](https://github.com/surveyjs/custom-widgets/compare/v1.9.132...v1.9.133) (2024-03-06) ### [1.9.132](https://github.com/surveyjs/custom-widgets/compare/v1.9.131...v1.9.132) (2024-02-28) diff --git a/package-lock.json b/package-lock.json index cd9b162..a6d9081 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.133", + "version": "1.9.134", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f5f7828..ffeff36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.9.133", + "version": "1.9.134", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env buildType=dev --watch",