Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
chore(release): v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed Feb 11, 2017
1 parent cca7193 commit f5cdf44
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="0.7.0"></a>
# [0.7.0](https://github.com/stfsy/node-html-light/compare/v0.6.0...v0.7.0) (2017-02-11)


### Bug Fixes

* **node.js:** fix creating nodes with html parser pojos ([7833336](https://github.com/stfsy/node-html-light/commit/7833336))


### Features

* **nodes.js:** add forEach method to allow iterating over nodes ([6d89c1c](https://github.com/stfsy/node-html-light/commit/6d89c1c))



<a name="0.6.0"></a>
# [0.6.0](https://github.com/stfsy/node-html-light/compare/v0.4.0...v0.6.0) (2017-01-11)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-html-light",
"version": "0.6.0",
"version": "0.7.0",
"description": "Wrapper around htmlparser2 providing a more object oriented interface",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit f5cdf44

Please sign in to comment.