Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.6.0](v1.5.1...v1.6.0) (2022-08-25)

### Features

* support groups of elements ([3ec3e5d](3ec3e5d))
  • Loading branch information
github-actions committed Aug 25, 2022
1 parent 968b9a0 commit 066452f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.6.0](https://github.com/quicoto/two-way-data-binding/compare/v1.5.1...v1.6.0) (2022-08-25)


### Features

* support groups of elements ([3ec3e5d](https://github.com/quicoto/two-way-data-binding/commit/3ec3e5d15ee12754e653c92f0fa99c74d2373929))

## [1.5.1](https://github.com/quicoto/two-way-data-binding/compare/v1.5.0...v1.5.1) (2022-08-18)


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.5.1",
"version": "1.6.0",
"description": "Minimal two way data binding in vanilla JS",
"license": "MIT",
"private": false,
Expand Down

0 comments on commit 066452f

Please sign in to comment.