diff --git a/CHANGELOG.md b/CHANGELOG.md index eb785fe18..03bc9d881 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.115](https://github.com/surveyjs/survey-analytics/compare/v1.9.114...v1.9.115) (2023-11-01) + ### [1.9.114](https://github.com/surveyjs/survey-analytics/compare/v1.9.113...v1.9.114) (2023-10-25) ### [1.9.113](https://github.com/surveyjs/survey-analytics/compare/v1.9.112...v1.9.113) (2023-10-17) diff --git a/package-lock.json b/package-lock.json index 3401cf059..6cb2bc8bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "survey-analytics", - "version": "1.9.114", + "version": "1.9.115", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3377a68f4..98b505fcd 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.114", + "version": "1.9.115", "name": "survey-analytics", "description": "SurveyJS analytics Library.", "main": "survey.analytics.js",