Skip to content

Commit

Permalink
chore(release): 6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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.
  • Loading branch information
semantic-release-bot committed Jan 23, 2022
1 parent 42f54e8 commit 7aec7f2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
# [6.0.0](https://github.com/peerigon/parse-domain/compare/v5.0.0...v6.0.0) (2022-01-23)


* Migrate package to ECMAScript modules ([42f54e8](https://github.com/peerigon/parse-domain/commit/42f54e8010c077c5375f0c96ab35a12bad35d3f4))


### 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.

# [5.0.0](https://github.com/peerigon/parse-domain/compare/v4.1.0...v5.0.0) (2022-01-23)


Expand Down

0 comments on commit 7aec7f2

Please sign in to comment.