Skip to content

Commit 818d122

Browse files
author
github-actions
committed
chore(release): 2.1.0 [skip ci]
# [2.1.0](v2.0.0...v2.1.0) (2023-03-01) ### Features * set custom attribute and the value on setting value to proxy property ([3487e4b](3487e4b))
1 parent f58aa96 commit 818d122

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.0](https://github.com/quicoto/two-way-data-binding/compare/v2.0.0...v2.1.0) (2023-03-01)
2+
3+
4+
### Features
5+
6+
* set custom attribute and the value on setting value to proxy property ([3487e4b](https://github.com/quicoto/two-way-data-binding/commit/3487e4b91128ce4721e702934f7859c3c14b59b9))
7+
18
# [2.0.0](https://github.com/quicoto/two-way-data-binding/compare/v1.8.1...v2.0.0) (2023-02-21)
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.0.0",
3+
"version": "2.1.0",
44
"description": "Minimal two way data binding in vanilla JS",
55
"license": "MIT",
66
"private": false,

0 commit comments

Comments
 (0)