Skip to content

Commit

Permalink
update changelog for v5.0.0 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed May 26, 2024
1 parent f4fb8bb commit 3e06267
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="v5.0.0"></a>
# [v5.0.0](https://github.com/rhysd/remark-emoji/releases/tag/v5.0.0) - 26 May 2024

- **Breaking change:** Drop support for Node.js v16 or earlier following the [Node.js maintenance cycle](https://nodejs.org/en/about/previous-releases). Now this package supports Node.js v18 or later.
- Migrate from JavaScript to TypeScript. Now the type definitions are generated by TypeScript compiler automatically. This is just an internal change and the APIs are preserved the same as in v4.0.1.
- Avoid using legacy packages in example codes in the [readme document](https://github.com/rhysd/remark-emoji#readme).
- The [demo with Codesandbox](https://codesandbox.io/p/sandbox/remark-emoji-example-w6yrmm) was rebuilt from scratch with the latest Remark ecosystem and TypeScript.

[Changes][v5.0.0]


<a name="v4.0.1"></a>
# [v4.0.1](https://github.com/rhysd/remark-emoji/releases/tag/v4.0.1) - 29 Oct 2023

Expand All @@ -16,7 +27,8 @@
[Changes][v4.0.0]


[v5.0.0]: https://github.com/rhysd/remark-emoji/compare/v4.0.1...v5.0.0
[v4.0.1]: https://github.com/rhysd/remark-emoji/compare/v4.0.0...v4.0.1
[v4.0.0]: https://github.com/rhysd/remark-emoji/tree/v4.0.0

<!-- Generated by https://github.com/rhysd/changelog-from-release v3.7.0 -->
<!-- Generated by https://github.com/rhysd/changelog-from-release v3.7.2 -->

0 comments on commit 3e06267

Please sign in to comment.