Skip to content

Commit fff692c

Browse files
author
github-actions
committed
chore(release): 2.1.1 [skip ci]
## [2.1.1](v2.1.0...v2.1.1) (2023-05-12) ### Bug Fixes * check if data-value element needs to be processed ([871527b](871527b))
1 parent 871527b commit fff692c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.1.1](https://github.com/quicoto/two-way-data-binding/compare/v2.1.0...v2.1.1) (2023-05-12)
2+
3+
4+
### Bug Fixes
5+
6+
* check if data-value element needs to be processed ([871527b](https://github.com/quicoto/two-way-data-binding/commit/871527b4921ce7a3d39e6f20d6f174c4f179c3f9))
7+
18
# [2.1.0](https://github.com/quicoto/two-way-data-binding/compare/v2.0.0...v2.1.0) (2023-03-01)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "two-way-data-binding",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Minimal two way data binding in vanilla JS",
55
"license": "MIT",
66
"private": false,

0 commit comments

Comments
 (0)