Skip to content

Commit

Permalink
chore(release): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Apr 2, 2016
1 parent 9b43a34 commit 02233b4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="1.2.0"></a>
# [1.2.0](https://github.com/ngParty/ng-metadata/compare/1.1.5...v1.2.0) (2016-04-02)


### Features

* **core/directives:** support one way binding for components by using @Input('<') ([5f1dd82](https://github.com/ngParty/ng-metadata/commit/5f1dd82)), closes [#54](https://github.com/ngParty/ng-metadata/issues/54)
* **playground:** add more examples with new features, like one way binding etc ([f07360c](https://github.com/ngParty/ng-metadata/commit/f07360c))



<a name="1.1.5"></a>
## [1.1.5](https://github.com/ngParty/ng-metadata/compare/1.1.4...v1.1.5) (2016-03-12)

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": "ng-metadata",
"version": "1.1.5",
"version": "1.2.0",
"description": "Angular 2 style decorators and utils for Angular 1.x",
"scripts": {
"typings": "typings install",
Expand Down

0 comments on commit 02233b4

Please sign in to comment.