Skip to content

Commit e9878da

Browse files
chore(release): bump package version to 0.1.2
1 parent bfb74fb commit e9878da

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-
## [Unreleased](https://github.com/remarkablemark/html-dom-parser/compare/v0.1.0...HEAD)
8+
## [0.1.2](https://github.com/remarkablemark/html-dom-parser/compare/v0.1.1...v0.1.2) - 2017-09-30
99
### Added
1010
- Create helper `isIE()` in utilities (#7)
1111

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.1",
3+
"version": "0.1.2",
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)