diff --git a/CHANGELOG.md b/CHANGELOG.md index 627ae9d07..c820db383 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.3](https://github.com/surveyjs/survey-analytics/compare/v1.11.2...v1.11.3) (2024-06-19) + ### [1.11.2](https://github.com/surveyjs/survey-analytics/compare/v1.11.1...v1.11.2) (2024-06-11) ### [1.11.1](https://github.com/surveyjs/survey-analytics/compare/v1.10.6...v1.11.1) (2024-06-06) diff --git a/package-lock.json b/package-lock.json index 12f4b74de..39ebe5f8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "survey-analytics", - "version": "1.11.2", + "version": "1.11.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index b67d05058..3fa447243 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.2", + "version": "1.11.3", "name": "survey-analytics", "description": "SurveyJS analytics Library.", "main": "survey.analytics.js",