Skip to content

Commit 58d1635

Browse files
committed
chore(release): 2.6.0
1 parent a466440 commit 58d1635

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.6.0](https://github.com/mdevils/html-entities/compare/v2.5.6...v2.6.0) (2025-03-30)
6+
7+
8+
### Features
9+
10+
* refactor build to add ESM export ([1e7071a](https://github.com/mdevils/html-entities/commit/1e7071aa53a26de8c408c0456bc1313cd8b8bd53))
11+
* support ESM, fixes [#95](https://github.com/mdevils/html-entities/issues/95) ([a466440](https://github.com/mdevils/html-entities/commit/a4664403c3a2df66c4c29a5253d510a75967f103))
12+
513
### [2.5.6](https://github.com/mdevils/html-entities/compare/v2.5.5...v2.5.6) (2025-03-30)
614

715

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-entities",
3-
"version": "2.5.6",
3+
"version": "2.6.0",
44
"description": "Fastest HTML entities encode/decode library.",
55
"keywords": [
66
"html",

0 commit comments

Comments
 (0)