Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.1...v1.2.0) (2023-11-02)

### Bug Fixes

* improved extraction filters ([a4ab272](a4ab272))

### Features

* number parser extraction filters ([4948811](4948811))
  • Loading branch information
semantic-release-bot committed Nov 2, 2023
1 parent f7ce97b commit 19f9f39
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.2.0](https://github.com/KiraLT/isomorphic-htmlparser/compare/v1.1.1...v1.2.0) (2023-11-02)


### Bug Fixes

* improved extraction filters ([a4ab272](https://github.com/KiraLT/isomorphic-htmlparser/commit/a4ab272e066b62a443e827bbb6259e2ce6a8a3ef))


### Features

* number parser extraction filters ([4948811](https://github.com/KiraLT/isomorphic-htmlparser/commit/4948811ea4cc3aca3eb36e879f92a854fa13e0e8))

## [1.1.1](https://github.com/KiraLT/isomorphic-htmlparser/compare/v1.1.0...v1.1.1) (2023-03-22)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "isomorphic-htmlparser",
"version": "1.1.1",
"version": "1.2.0",
"description": "HTML parser that works both in JavaScript and NodeJS with TypeScript support",
"keywords": [
"htmlparser",
Expand Down

0 comments on commit 19f9f39

Please sign in to comment.