We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4312056 commit 48f37f2Copy full SHA for 48f37f2
docs/CHANGELOG.md
@@ -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
8
## [1.7.1](https://github.com/quicoto/two-way-data-binding/compare/v1.7.0...v1.7.1) (2022-09-13)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "two-way-data-binding",
- "version": "1.7.1",
+ "version": "1.8.0",
"description": "Minimal two way data binding in vanilla JS",
"license": "MIT",
"private": false,
0 commit comments