Skip to content

Commit 270dd63

Browse files
Bump version to 0.1.1
1 parent 70b457c commit 270dd63

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ 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.0](https://github.com/remarkablemark/html-dom-parser/compare/v0.0.2...v0.1.0) - 2017-06-17
9-
### Changed
10-
- Improve and refactor client parser (#2)
8+
## [0.1.1](https://github.com/remarkablemark/html-dom-parser/compare/v0.1.0...v0.1.1) - 2017-06-26
9+
### Added
10+
- CHANGELOG with previous releases backfilled
11+
12+
### Fixed
13+
- Fix client parser on IE by specifying required parameter for `createHTMLDocument` (#4)
1114

1215
## [0.0.2](https://github.com/remarkablemark/html-dom-parser/compare/v0.0.1...v0.0.2) - 2016-10-10
1316
### Added

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.0",
3+
"version": "0.1.1",
44
"description": "An HTML to DOM parser that works on the server and client.",
55
"author": "Mark <[email protected]>",
66
"main": "index.js",

0 commit comments

Comments
 (0)