Skip to content

Commit cd0fe0d

Browse files
Merge pull request #203 from remarkablemark/release-v1.1.0
chore: release 1.1.0
2 parents f782440 + e03f537 commit cd0fe0d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
## [1.1.0](https://www.github.com/remarkablemark/html-dom-parser/compare/v1.0.4...v1.1.0) (2022-02-05)
6+
7+
8+
### Features
9+
10+
* add ES Module support ([b8436b1](https://www.github.com/remarkablemark/html-dom-parser/commit/b8436b19147e0146f50982a225e787fd0a53d97d))
11+
512
## [1.0.4](https://www.github.com/remarkablemark/html-dom-parser/compare/v1.0.3...v1.0.4) (2021-12-06)
613

714
### Build System

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-dom-parser",
3-
"version": "1.0.4",
3+
"version": "1.1.0",
44
"description": "HTML to DOM parser.",
55
"author": "Mark <[email protected]>",
66
"main": "index.js",

0 commit comments

Comments
 (0)