Skip to content

Commit

Permalink
chore(release): 2.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
github-actions committed May 12, 2023
1 parent 871527b commit fff692c
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 @@
## [2.1.1](https://github.com/quicoto/two-way-data-binding/compare/v2.1.0...v2.1.1) (2023-05-12)


### Bug Fixes

* check if data-value element needs to be processed ([871527b](https://github.com/quicoto/two-way-data-binding/commit/871527b4921ce7a3d39e6f20d6f174c4f179c3f9))

# [2.1.0](https://github.com/quicoto/two-way-data-binding/compare/v2.0.0...v2.1.0) (2023-03-01)


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

0 comments on commit fff692c

Please sign in to comment.