diff --git a/CHANGELOG.md b/CHANGELOG.md index 6991838..2af0a2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,12 @@ 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.12.17](https://github.com/surveyjs/custom-widgets/compare/v1.12.16...v1.12.17) (2024-12-30) + ### [1.12.16-patch.1](https://github.com/surveyjs/custom-widgets/compare/v1.12.15...v1.12.16-patch.1) (2024-12-26) +### [1.12.16](https://github.com/surveyjs/custom-widgets/compare/v1.12.15...v1.12.16) (2024-12-24) + ### [1.12.15](https://github.com/surveyjs/custom-widgets/compare/v1.12.14...v1.12.15) (2024-12-17) ### [1.12.14](https://github.com/surveyjs/custom-widgets/compare/v1.12.13...v1.12.14) (2024-12-10) diff --git a/package-lock.json b/package-lock.json index 42ea9d4..8d525db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.12.16-patch.1", + "version": "1.12.17", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -9344,4 +9344,4 @@ "dev": true } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 4bda699..42f45cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.12.16-patch.1", + "version": "1.12.17", "scripts": { "start": "npm run build && live-server", "watch": "webpack --env buildType=dev --watch", @@ -51,4 +51,4 @@ "webpack": "^5.74.0", "webpack-cli": "^4.9.2" } -} +} \ No newline at end of file