Skip to content

Commit 525e4df

Browse files
Merge pull request #332 from remarkablemark/release-please--branches--master--components--html-dom-parser
chore(master): release 3.1.0
2 parents 4bdfc37 + 11833c1 commit 525e4df

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
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+
## [3.1.0](https://github.com/remarkablemark/html-dom-parser/compare/v3.0.1...v3.1.0) (2022-08-16)
6+
7+
8+
### Features
9+
10+
* add esm for client ([0c4c2b6](https://github.com/remarkablemark/html-dom-parser/commit/0c4c2b6d86c75cb3dc924afc6fd8501c5d30a876))
11+
512
## [3.0.1](https://github.com/remarkablemark/html-dom-parser/compare/v3.0.0...v3.0.1) (2022-07-10)
613

714

package.json

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

0 commit comments

Comments
 (0)