Skip to content

Commit 7aec7f2

Browse files
chore(release): 6.0.0 [skip ci]
# [6.0.0](v5.0.0...v6.0.0) (2022-01-23) * Migrate package to ECMAScript modules ([42f54e8](42f54e8)) ### BREAKING CHANGES * parse-domain will now be released as native ECMAScript module. There's no CommonJS build anymore. If you're still using CommonJS, you need to import it asynchronously using `await import("parse-domain")`. If you're still using Node 12, you may need to update it to the latest 12.x version.
1 parent 42f54e8 commit 7aec7f2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [6.0.0](https://github.com/peerigon/parse-domain/compare/v5.0.0...v6.0.0) (2022-01-23)
2+
3+
4+
* Migrate package to ECMAScript modules ([42f54e8](https://github.com/peerigon/parse-domain/commit/42f54e8010c077c5375f0c96ab35a12bad35d3f4))
5+
6+
7+
### BREAKING CHANGES
8+
9+
* parse-domain will now be released as native ECMAScript module. There's no CommonJS build anymore. If you're still using CommonJS, you need to import it asynchronously using `await import("parse-domain")`. If you're still using Node 12, you may need to update it to the latest 12.x version.
10+
111
# [5.0.0](https://github.com/peerigon/parse-domain/compare/v4.1.0...v5.0.0) (2022-01-23)
212

313

0 commit comments

Comments
 (0)