From e01dcf00902a82e851db68a0c813fb3cf2a33b02 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 8 Jul 2022 06:19:39 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/quicoto/two-way-data-binding/compare/v1.1.1...v1.2.0) (2022-07-08) ### Bug Fixes * update element even with empty value ([1fb99b7](https://github.com/quicoto/two-way-data-binding/commit/1fb99b7a0efcf2edcd47cd7a4061119adc2caae1)) * use the $context to scope event listeners ([f2d6943](https://github.com/quicoto/two-way-data-binding/commit/f2d694370ce0297e8fadc465637eeec6297f81d3)) ### Features * adds data-model support ([b531da5](https://github.com/quicoto/two-way-data-binding/commit/b531da570388a1a3756774da22519337e1d362fa)) --- docs/CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 0e02530..33326ae 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.2.0](https://github.com/quicoto/two-way-data-binding/compare/v1.1.1...v1.2.0) (2022-07-08) + + +### Bug Fixes + +* update element even with empty value ([1fb99b7](https://github.com/quicoto/two-way-data-binding/commit/1fb99b7a0efcf2edcd47cd7a4061119adc2caae1)) +* use the $context to scope event listeners ([f2d6943](https://github.com/quicoto/two-way-data-binding/commit/f2d694370ce0297e8fadc465637eeec6297f81d3)) + + +### Features + +* adds data-model support ([b531da5](https://github.com/quicoto/two-way-data-binding/commit/b531da570388a1a3756774da22519337e1d362fa)) + ## [1.1.1](https://github.com/quicoto/two-way-data-binding/compare/v1.1.0...v1.1.1) (2022-07-06) diff --git a/package.json b/package.json index 24691bb..4f4fec2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "two-way-data-binding", - "version": "1.1.1", + "version": "1.2.0", "description": "Minimal two way data binding in vanilla JS", "license": "MIT", "private": false,