diff --git a/CHANGELOG.md b/CHANGELOG.md index 0545b6d76..ba387b63c 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.11.12](https://github.com/surveyjs/survey-analytics/compare/v1.11.11...v1.11.12) (2024-08-20) + ### [1.11.11](https://github.com/surveyjs/survey-analytics/compare/v1.11.10...v1.11.11) (2024-08-14) ### [1.11.10](https://github.com/surveyjs/survey-analytics/compare/v1.11.9...v1.11.10) (2024-08-06) diff --git a/package-lock.json b/package-lock.json index 63ed46354..782718d4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "survey-analytics", - "version": "1.11.11", + "version": "1.11.12", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 3cf5b6c3f..17c5168d3 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.11.11", + "version": "1.11.12", "name": "survey-analytics", "description": "SurveyJS analytics Library.", "main": "survey.analytics.js",