Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geromegrignon committed Dec 29, 2020
1 parent cac03e6 commit 0a9f32a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.2.0](https://github.com/ngneat/edit-in-place/compare/v1.1.0...v1.2.0) (2020-12-29)


### Features

* **lib:** add mode event on EditableComponent ([75f36ff](https://github.com/ngneat/edit-in-place/commit/75f36fffe4b12b34b439440d26cb58c475112f02))


### Bug Fixes

* **lib:** single click support ([b38466b](https://github.com/ngneat/edit-in-place/commit/b38466b3f6a1861c097718847106303c063c63d2))
* 🐛 make config optional ([#5](https://github.com/ngneat/edit-in-place/issues/5)) ([b5f506a](https://github.com/ngneat/edit-in-place/commit/b5f506a9d801765e0dedd5040ec9e61cc073dc12))

## [1.1.0](https://github.com/ngneat/edit-in-place/compare/v1.0.1...v1.1.0) (2020-11-14)


Expand Down
2 changes: 1 addition & 1 deletion projects/ngneat/edit-in-place/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngneat/edit-in-place",
"version": "1.1.0",
"version": "1.2.0",
"description": "A flexible and unopinionated edit in place library for Angular applications",
"schematics": "./schematics/collection.json",
"peerDependencies": {
Expand Down

0 comments on commit 0a9f32a

Please sign in to comment.