diff --git a/CHANGELOG.md b/CHANGELOG.md
index c69b592..f2f2b0a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,15 @@
+
+# [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]
+
+
# [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.
@@ -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