diff --git a/CHANGELOG.md b/CHANGELOG.md index 550c3e670..4ce37e802 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.9.111](https://github.com/surveyjs/survey-analytics/compare/v1.9.110...v1.9.111) (2023-10-04) + ### [1.9.110](https://github.com/surveyjs/survey-analytics/compare/v1.9.109...v1.9.110) (2023-09-26) ### [1.9.109](https://github.com/surveyjs/survey-analytics/compare/v1.9.108...v1.9.109) (2023-09-19) diff --git a/package-lock.json b/package-lock.json index 0642c4b1e..6e65e314a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "survey-analytics", - "version": "1.9.110", + "version": "1.9.111", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b36a5ec08..48bc05cf9 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.9.110", + "version": "1.9.111", "name": "survey-analytics", "description": "SurveyJS analytics Library.", "main": "survey.analytics.js",