Skip to content

Commit

Permalink
release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Strauß committed Feb 9, 2017
1 parent 0f04bca commit 7cd166c
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="1.1.1"></a>
## [1.1.1](https://github.com/b-strauss/clulib/compare/1.1.0...1.1.1) (2017-02-09)

### Bug Fixes

* fix(cm): make private apis package private ([9232679](https://github.com/b-strauss/clulib/commit/9232679))
* fix Element.prototype.closest fallback calling hasAttribute on non Elements ([0f04bca](https://github.com/b-strauss/clulib/commit/0f04bca))

### Misc

* perf(cm): compiler optimizations ([e4ec400](https://github.com/b-strauss/clulib/commit/e4ec400))
* perf: more const usages ([aafd248](https://github.com/b-strauss/clulib/commit/aafd248))



<a name="1.1.0"></a>
# [1.1.0](https://github.com/b-strauss/clulib/compare/1.0.2...1.1.0) (2017-02-02)

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": "clulib",
"version": "1.1.0",
"version": "1.1.1",
"description": "closure-library utilities",
"homepage": "https://github.com/b-strauss/clulib",
"bugs": "https://github.com/b-strauss/clulib/issues",
Expand Down

0 comments on commit 7cd166c

Please sign in to comment.