diff --git a/CHANGELOG.md b/CHANGELOG.md index 72c1c1c5b..0a689072d 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.132](https://github.com/surveyjs/survey-analytics/compare/v1.9.131...v1.9.132) (2024-02-28) + ### [1.9.131](https://github.com/surveyjs/survey-analytics/compare/v1.9.130...v1.9.131) (2024-02-20) ### [1.9.130](https://github.com/surveyjs/survey-analytics/compare/v1.9.129...v1.9.130) (2024-02-15) diff --git a/package-lock.json b/package-lock.json index de714a074..1d3b66501 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "survey-analytics", - "version": "1.9.131", + "version": "1.9.132", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 0220ad64c..6bdefd9cf 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.131", + "version": "1.9.132", "name": "survey-analytics", "description": "SurveyJS analytics Library.", "main": "survey.analytics.js",