Skip to content

Commit

Permalink
chore(release): 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hotforfeature committed Aug 9, 2017
1 parent 7c8038e commit 798083e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.3.0"></a>
# [1.3.0](https://github.com/hotforfeature/origami/compare/v1.3.0-beta.1...v1.3.0) (2017-08-09)


### Bug Fixes

* **events:** fix emitChanges not listening to non-hybrid mixin properties ([30d300d](https://github.com/hotforfeature/origami/commit/30d300d)), closes [#50](https://github.com/hotforfeature/origami/issues/50)


### Features

* **util:** export internal utility functions for developers to use ([64e6923](https://github.com/hotforfeature/origami/commit/64e6923))



<a name="1.3.0-beta.1"></a>
# [1.3.0-beta.1](https://github.com/hotforfeature/origami/compare/v1.3.0-beta.0...v1.3.0-beta.1) (2017-07-25)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"iron-selector": "PolymerElements/iron-selector#^2.0.0",
"iron-list": "PolymerElements/iron-list#^2.0.8"
},
"version": "1.3.0-beta.1"
"version": "1.3.0"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codebakery/origami",
"version": "1.3.0-beta.1",
"version": "1.3.0",
"description": "Angular + Polymer",
"keywords": [
"Angular",
Expand Down

0 comments on commit 798083e

Please sign in to comment.