Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.1...v1.2.0) (2022-07-08)

### Bug Fixes

* update element even with empty value ([1fb99b7](1fb99b7))
* use the $context to scope event listeners ([f2d6943](f2d6943))

### Features

* adds data-model support ([b531da5](b531da5))
  • Loading branch information
github-actions committed Jul 8, 2022
1 parent 9df036f commit e01dcf0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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": "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,
Expand Down

0 comments on commit e01dcf0

Please sign in to comment.