diff --git a/.changeset/sharp-deers-return.md b/.changeset/sharp-deers-return.md deleted file mode 100644 index a05befe..0000000 --- a/.changeset/sharp-deers-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup-oss/intl': patch ---- - -Removed the `intl-format-cache` dependency. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f007b6..9b27526 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @sumup-oss/intl +## 3.0.1 + +### Patch Changes + +- [#270](https://github.com/sumup-oss/intl-js/pull/270) [`44ad012`](https://github.com/sumup-oss/intl-js/commit/44ad012bd8c9cdd6d101501fe7f188d8d792efb1) Thanks [@connor-baer](https://github.com/connor-baer)! - Removed the `intl-format-cache` dependency. + ## 3.0.0 ### Major Changes diff --git a/package.json b/package.json index 7942b6b..c582b0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sumup-oss/intl", - "version": "3.0.0", + "version": "3.0.1", "description": "Format numbers, currency values, dates, and times for any locale with the ECMAScript Internationalization API", "repository": "git@github.com:sumup-oss/intl-js.git", "author": "Connor Bär ",