There was an error while loading. Please reload this page.
1 parent bfb74fb commit e9878daCopy full SHA for e9878da
2 files changed
CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com)
6
and this project adheres to [Semantic Versioning](http://semver.org).
7
8
-## [Unreleased](https://github.com/remarkablemark/html-dom-parser/compare/v0.1.0...HEAD)
+## [0.1.2](https://github.com/remarkablemark/html-dom-parser/compare/v0.1.1...v0.1.2) - 2017-09-30
9
### Added
10
- Create helper `isIE()` in utilities (#7)
11
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "html-dom-parser",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"description": "An HTML to DOM parser that works on the server and client.",
"author": "Mark <mark@remarkablemark.org>",
"main": "index.js",
0 commit comments