Skip to content

Commit

Permalink
update changelog for v5.0.1 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Jul 18, 2024
1 parent bea9d4c commit eef1332
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
<a name="v5.0.1"></a>
# [v5.0.1](https://github.com/rhysd/remark-emoji/releases/tag/v5.0.1) - 18 Jul 2024

- Fix a missing source map file in the released package ([#34](https://github.com/rhysd/remark-emoji/issues/34))

[Changes][v5.0.1]


<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.
- **Breaking change:** Drop support for Node.js v16 or earlier following the [Node.js maintenance cycles](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.
Expand All @@ -27,6 +35,7 @@
[Changes][v4.0.0]


[v5.0.1]: https://github.com/rhysd/remark-emoji/compare/v5.0.0...v5.0.1
[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
Expand Down

0 comments on commit eef1332

Please sign in to comment.