Skip to content

Commit f6e39a3

Browse files
author
github-actions
committed
chore(release): 1.7.1 [skip ci]
## [1.7.1](v1.7.0...v1.7.1) (2022-09-13) ### Bug Fixes * avoid adding dom references to provided dataModel ([3f7551b](3f7551b))
1 parent 2ade367 commit f6e39a3

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+
## [1.7.1](https://github.com/quicoto/two-way-data-binding/compare/v1.7.0...v1.7.1) (2022-09-13)
2+
3+
4+
### Bug Fixes
5+
6+
* avoid adding dom references to provided dataModel ([3f7551b](https://github.com/quicoto/two-way-data-binding/commit/3f7551bffbf3b71ab1b545d72171a6c60341b4fe))
7+
18
# [1.7.0](https://github.com/quicoto/two-way-data-binding/compare/v1.6.0...v1.7.0) (2022-09-08)
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": "1.7.0",
3+
"version": "1.7.1",
44
"description": "Minimal two way data binding in vanilla JS",
55
"license": "MIT",
66
"private": false,

0 commit comments

Comments
 (0)