Skip to content

Commit b3b79da

Browse files
author
github-actions
committed
chore(release): 2.1.3 [skip ci]
## [2.1.3](v2.1.2...v2.1.3) (2023-07-12) ### Bug Fixes * ignores files for final package ([61e09ea](61e09ea)), closes [#49](#49)
1 parent 6ba4d50 commit b3b79da

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.3](https://github.com/quicoto/two-way-data-binding/compare/v2.1.2...v2.1.3) (2023-07-12)
2+
3+
4+
### Bug Fixes
5+
6+
* ignores files for final package ([61e09ea](https://github.com/quicoto/two-way-data-binding/commit/61e09eab3723f324be8ee77c0e435f6680b701fd)), closes [#49](https://github.com/quicoto/two-way-data-binding/issues/49)
7+
18
## [2.1.2](https://github.com/quicoto/two-way-data-binding/compare/v2.1.1...v2.1.2) (2023-07-04)
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.2",
3+
"version": "2.1.3",
44
"description": "Minimal two way data binding in vanilla JS",
55
"license": "MIT",
66
"private": false,

0 commit comments

Comments
 (0)