Skip to content

Commit 48f37f2

Browse files
author
github-actions
committed
chore(release): 1.8.0 [skip ci]
# [1.8.0](v1.7.1...v1.8.0) (2023-01-25) ### Features * drop Safari 14 support ([bc79ecc](bc79ecc))
1 parent 4312056 commit 48f37f2

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.8.0](https://github.com/quicoto/two-way-data-binding/compare/v1.7.1...v1.8.0) (2023-01-25)
2+
3+
4+
### Features
5+
6+
* drop Safari 14 support ([bc79ecc](https://github.com/quicoto/two-way-data-binding/commit/bc79ecc195092f0737772ac892b7fba30b3eb92a))
7+
18
## [1.7.1](https://github.com/quicoto/two-way-data-binding/compare/v1.7.0...v1.7.1) (2022-09-13)
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.7.1",
3+
"version": "1.8.0",
44
"description": "Minimal two way data binding in vanilla JS",
55
"license": "MIT",
66
"private": false,

0 commit comments

Comments
 (0)