diff --git a/CHANGELOG.md b/CHANGELOG.md index e67348102..0545b6d76 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.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) ### [1.11.9](https://github.com/surveyjs/survey-analytics/compare/v1.11.8...v1.11.9) (2024-07-30) diff --git a/package-lock.json b/package-lock.json index c3bf3a934..63ed46354 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "survey-analytics", - "version": "1.11.10", + "version": "1.11.11", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 350ee6292..3cf5b6c3f 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.10", + "version": "1.11.11", "name": "survey-analytics", "description": "SurveyJS analytics Library.", "main": "survey.analytics.js",