diff --git a/CHANGELOG.md b/CHANGELOG.md index 328621199..ff5f065b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [20.9.2](https://github.com/dhis2/analytics/compare/v20.9.1...v20.9.2) (2022-09-29) + + +### Bug Fixes + +* avoid ES2022 functions ([#1300](https://github.com/dhis2/analytics/issues/1300)) ([#1344](https://github.com/dhis2/analytics/issues/1344)) ([56951b4](https://github.com/dhis2/analytics/commit/56951b4eb11001fabafbc91eb7950a5f120b67ae)) + ## [20.9.1](https://github.com/dhis2/analytics/compare/v20.9.0...v20.9.1) (2022-08-19) diff --git a/package.json b/package.json index 39052b694..ed1a15440 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/analytics", - "version": "20.9.1", + "version": "20.9.2", "main": "./build/cjs/index.js", "module": "./build/es/index.js", "exports": {