diff --git a/CHANGELOG.md b/CHANGELOG.md index ccd0122..a9ce314 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.2](https://github.com/prantlf/fast-plural-rules/compare/v2.0.1...v2.0.2) (2022-08-18) + + +### Bug Fixes + +* Fix packaging TypeScript types ([6059635](https://github.com/prantlf/fast-plural-rules/commit/6059635a5be04a396ceea68c797c7abd044bcebf)) + ## [2.0.1](https://github.com/prantlf/fast-plural-rules/compare/v2.0.0...v2.0.1) (2022-08-18) ### Bug Fixes diff --git a/package.json b/package.json index 7e3f7c3..3d69b06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fast-plural-rules", - "version": "2.0.1", + "version": "2.0.2", "description": "Evaluates locale-specific plural rules to identify the right plural form for a cardinal number, which represents an item count.", "author": { "name": "Ferdinand Prantl",