Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.0.1...v2.0.0) (2022-04-08)

### Features

* support two-way binding ([#5](#5)) ([35b6300](35b6300)), closes [#4](#4)

### BREAKING CHANGES

* support two-way binding by following the pattern @input() x, @output() xChange from https://angular.io/guide/two-way-binding
  • Loading branch information
semantic-release-bot committed Apr 8, 2022
1 parent 35b6300 commit 1c338f4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.0.0](https://github.com/bobbyg603/ngx-toggle/compare/v1.0.1...v2.0.0) (2022-04-08)


### Features

* support two-way binding ([#5](https://github.com/bobbyg603/ngx-toggle/issues/5)) ([35b6300](https://github.com/bobbyg603/ngx-toggle/commit/35b6300038e6a80474fb25eae5164ffb8f574dfd)), closes [#4](https://github.com/bobbyg603/ngx-toggle/issues/4)


### BREAKING CHANGES

* support two-way binding by following the pattern @Input() x, @Output() xChange from https://angular.io/guide/two-way-binding

## [1.0.1](https://github.com/bobbyg603/ngx-toggle/compare/v1.0.0...v1.0.1) (2022-02-22)


Expand Down

0 comments on commit 1c338f4

Please sign in to comment.