Skip to content

Commit e0093a3

Browse files
chore(release): 0.1.3
1 parent b80d699 commit e0093a3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com)
66
and this project adheres to [Semantic Versioning](http://semver.org).
77

8+
## [0.1.3](https://github.com/remarkablemark/html-dom-parser/compare/v0.1.2...v0.1.3) - 2018-02-20
9+
### Fixed
10+
- Fix regular expression vulnerability (#8)
11+
- Regex has potential for catastrophic backtracking
12+
- Credit goes to @davisjam for discovering it
13+
14+
### Changed
15+
- Refactored and updated tests (#8)
16+
817
## [0.1.2](https://github.com/remarkablemark/html-dom-parser/compare/v0.1.1...v0.1.2) - 2017-09-30
918
### Added
1019
- Create helper `isIE()` in utilities (#7)

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": "0.1.2",
3+
"version": "0.1.3",
44
"description": "An HTML to DOM parser that works on the server and client.",
55
"author": "Mark <mark@remarkablemark.org>",
66
"main": "index.js",

0 commit comments

Comments
 (0)