Skip to content

Commit ac44c78

Browse files
author
github-actions
committed
chore(release): 1.7.0 [skip ci]
# [1.7.0](v1.6.0...v1.7.0) (2022-09-08) ### Features * dispatch custom event after set ([991f3b5](991f3b5))
1 parent ae4fbe6 commit ac44c78

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.0](https://github.com/quicoto/two-way-data-binding/compare/v1.6.0...v1.7.0) (2022-09-08)
2+
3+
4+
### Features
5+
6+
* dispatch custom event after set ([991f3b5](https://github.com/quicoto/two-way-data-binding/commit/991f3b558fd51792a65dbafbb982d5511bb8f527))
7+
18
# [1.6.0](https://github.com/quicoto/two-way-data-binding/compare/v1.5.1...v1.6.0) (2022-08-25)
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.6.0",
3+
"version": "1.7.0",
44
"description": "Minimal two way data binding in vanilla JS",
55
"license": "MIT",
66
"private": false,

0 commit comments

Comments
 (0)