Skip to content

Commit e056e80

Browse files
author
github-actions
committed
chore(release): 2.1.2 [skip ci]
## [2.1.2](v2.1.1...v2.1.2) (2023-07-04) ### Bug Fixes * trim empty strings ([7af333c](7af333c)), closes [#45](#45)
1 parent e6b8a32 commit e056e80

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.2](https://github.com/quicoto/two-way-data-binding/compare/v2.1.1...v2.1.2) (2023-07-04)
2+
3+
4+
### Bug Fixes
5+
6+
* trim empty strings ([7af333c](https://github.com/quicoto/two-way-data-binding/commit/7af333c556b534f5d8984fe988a295d25b7c761b)), closes [#45](https://github.com/quicoto/two-way-data-binding/issues/45)
7+
18
## [2.1.1](https://github.com/quicoto/two-way-data-binding/compare/v2.1.0...v2.1.1) (2023-05-12)
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.1.1",
3+
"version": "2.1.2",
44
"description": "Minimal two way data binding in vanilla JS",
55
"license": "MIT",
66
"private": false,

0 commit comments

Comments
 (0)