From 1c338f42401f668a8a72bbdf472db8d08e35efd0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 8 Apr 2022 21:44:34 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [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 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59e2d17..ea28147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)