Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeevKatz committed Nov 12, 2020
1 parent d7056b5 commit db40058
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

## 1.1.0 (2020-11-12)


### Features

* 🎸 get rid of reflect-metadata ([d7056b5](https://github.com/ngze/control-value-transformer/commit/d7056b5e837bb4a392e32dcd0a07527cc13c1304))

## 1.0.0 (2020-11-10)


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": "control-value-transformer",
"version": "1.0.0",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngze/control-value-transformer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngze/control-value-transformer",
"version": "1.0.0",
"version": "1.1.0",
"description": "A proper way for transforming ControlValueAccessor values in two-ways",
"license": "MIT",
"sideEffects": false,
Expand Down

0 comments on commit db40058

Please sign in to comment.