Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Commit

Permalink
New: Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leogr committed Jul 17, 2017
1 parent 8bace71 commit a3082f5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
<a name="0.1.1"></a>
## [0.1.1](https://github.com/leogr/html-imports-visitor/compare/v0.1.0...v0.1.1) (2017-07-17)


### Build

* Improve publishing system ([8bace713a9704d70a4afec7d31b0c1db8030aa8b](https://github.com/leogr/html-imports-visitor/commit/8bace713a9704d70a4afec7d31b0c1db8030aa8b))

### Docs

* Build status badge ([4100ec19198cc320e1189bc8aa7b918f90748ef7](https://github.com/leogr/html-imports-visitor/commit/4100ec19198cc320e1189bc8aa7b918f90748ef7))

### New

* CI setup ([305490aa4e8a8dfe9c346dbfae2b58c163afd0d2](https://github.com/leogr/html-imports-visitor/commit/305490aa4e8a8dfe9c346dbfae2b58c163afd0d2)), closes [#1](https://github.com/leogr/html-imports-visitor/issues/1)



<a name="0.1.0"></a>
# [0.1.0](https://github.com/leogr/html-imports-visitor/compare/v0.0.2...v0.1.0) (2017-03-20)

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": "html-imports-visitor",
"version": "0.1.0",
"version": "0.1.1",
"description": "A helper library to traverse the spanning tree of the HTML imports graph",
"main": "dist/lib.js",
"module": "dist/lib.es.js",
Expand Down

0 comments on commit a3082f5

Please sign in to comment.