diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ab99a11d..d81904470 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/survey-analytics/compare/v1.12.17...v1.12.18) (2025-01-10) + +### [1.12.16-patch.1](https://github.com/surveyjs/survey-analytics/compare/v1.12.16...v1.12.16-patch.1) (2024-12-26) + ### [1.12.17](https://github.com/surveyjs/survey-analytics/compare/v1.12.16...v1.12.17) (2024-12-30) ### [1.12.16-patch.1](https://github.com/surveyjs/survey-analytics/compare/v1.12.15...v1.12.16-patch.1) (2024-12-26) diff --git a/package-lock.json b/package-lock.json index 45ce03bb4..d82d9f12b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "survey-analytics", - "version": "1.12.17", + "version": "1.12.18", "lockfileVersion": 2, "requires": true, "packages": { @@ -33690,4 +33690,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 061ef1fcd..d5792f942 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "lint": "eslint ./src --quiet", "pre-push-check": "npm run lint && npm run test" }, - "version": "1.12.17", + "version": "1.12.18", "name": "survey-analytics", "description": "SurveyJS analytics Library.", "main": "survey.analytics.js", @@ -109,4 +109,4 @@ "pre-push": "npm run pre-push-check" } } -} \ No newline at end of file +}