diff --git a/CHANGELOG.md b/CHANGELOG.md index 2af0a2e..7818579 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ 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.18](https://github.com/surveyjs/custom-widgets/compare/v1.12.17...v1.12.18) (2025-01-10) + +### [1.12.16-patch.1](https://github.com/surveyjs/custom-widgets/compare/v1.12.16...v1.12.16-patch.1) (2024-12-26) + ### [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) diff --git a/package-lock.json b/package-lock.json index 8d525db..39c09fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.12.17", + "version": "1.12.18", "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 42f45cb..511edb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surveyjs-widgets", - "version": "1.12.17", + "version": "1.12.18", "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 +}