diff --git a/CHANGELOG.md b/CHANGELOG.md index 89e2bce02..41cace290 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.136](https://github.com/surveyjs/survey-analytics/compare/v1.9.135...v1.9.136) (2024-03-26) + ### [1.9.135](https://github.com/surveyjs/survey-analytics/compare/v1.9.133...v1.9.135) (2024-03-20) ### [1.9.133](https://github.com/surveyjs/survey-analytics/compare/v1.9.132...v1.9.133) (2024-03-06) diff --git a/package-lock.json b/package-lock.json index 259c818e8..c0f41ec65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "survey-analytics", - "version": "1.9.135", + "version": "1.9.136", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 19b971012..609d8a083 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.135", + "version": "1.9.136", "name": "survey-analytics", "description": "SurveyJS analytics Library.", "main": "survey.analytics.js",