diff --git a/.changeset/gold-mails-double.md b/.changeset/gold-mails-double.md deleted file mode 100644 index c00c87b..0000000 --- a/.changeset/gold-mails-double.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@sumup-oss/intl': major ---- - -**This package is now pure ESM**. Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). - -- If you use TypeScript, you need to use TypeScript 4.7 or later ([ref](https://github.com/microsoft/TypeScript/issues/46452)). -- If you use a bundler, make sure it supports ESM and that you have correctly configured it for ESM. (Next.js supports ESM packages out of the box since [v12](https://nextjs.org/blog/next-12#es-modules-support-and-url-imports)). diff --git a/.changeset/wicked-humans-deliver.md b/.changeset/wicked-humans-deliver.md deleted file mode 100644 index e11ab5d..0000000 --- a/.changeset/wicked-humans-deliver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup-oss/intl': major ---- - -Raised the minimum Node.js version to 18+. This is the first maintained version with support for ES modules. diff --git a/CHANGELOG.md b/CHANGELOG.md index f56c496..1f007b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # @sumup-oss/intl +## 3.0.0 + +### Major Changes + +- [#268](https://github.com/sumup-oss/intl-js/pull/268) [`3d4219e`](https://github.com/sumup-oss/intl-js/commit/3d4219e5dd6377cf320383168949ee9e8cf15327) Thanks [@connor-baer](https://github.com/connor-baer)! - **This package is now pure ESM**. Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). + + - If you use TypeScript, you need to use TypeScript 4.7 or later ([ref](https://github.com/microsoft/TypeScript/issues/46452)). + - If you use a bundler, make sure it supports ESM and that you have correctly configured it for ESM. (Next.js supports ESM packages out of the box since [v12](https://nextjs.org/blog/next-12#es-modules-support-and-url-imports)). + +- [#268](https://github.com/sumup-oss/intl-js/pull/268) [`3d4219e`](https://github.com/sumup-oss/intl-js/commit/3d4219e5dd6377cf320383168949ee9e8cf15327) Thanks [@connor-baer](https://github.com/connor-baer)! - Raised the minimum Node.js version to 18+. This is the first maintained version with support for ES modules. + ## 2.0.1 ### Patch Changes diff --git a/package.json b/package.json index a2491ea..89ac6fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sumup-oss/intl", - "version": "2.0.1", + "version": "3.0.0", "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 ",