diff --git a/CHANGELOG.md b/CHANGELOG.md index ed139ee..e63fee6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.3](https://github.com/dhis2/d2-i18n/compare/v1.1.2...v1.1.3) (2023-11-20) + + +### Bug Fixes + +* **package:** add types to exports ([#137](https://github.com/dhis2/d2-i18n/issues/137)) ([458e385](https://github.com/dhis2/d2-i18n/commit/458e385ad46472f0bdcfecd52129959484583c7b)) + ## [1.1.2](https://github.com/dhis2/d2-i18n/compare/v1.1.1...v1.1.2) (2023-09-11) diff --git a/package.json b/package.json index 61989f8..0c297f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/d2-i18n", - "version": "1.1.2", + "version": "1.1.3", "description": "configuration wrapper for i18next translations", "main": "./build/cjs/index.js", "module": "./build/es/index.js",