diff --git a/CHANGELOG.md b/CHANGELOG.md index 288956fb9..9770ff70b 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.12.7](https://github.com/surveyjs/survey-analytics/compare/v1.12.1...v1.12.7) (2024-10-23) + ### [1.12.1](https://github.com/surveyjs/survey-analytics/compare/v1.11.14...v1.12.1) (2024-09-10) ### [1.11.14](https://github.com/surveyjs/survey-analytics/compare/v1.11.13...v1.11.14) (2024-09-04) diff --git a/package-lock.json b/package-lock.json index 4dd79034b..f8a8b6e6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "survey-analytics", - "version": "1.12.1", + "version": "1.12.7", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 47ee7465f..7395d4597 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.1", + "version": "1.12.7", "name": "survey-analytics", "description": "SurveyJS analytics Library.", "main": "survey.analytics.js",