diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 311e73b..9bb060a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.1.0](https://github.com/quicoto/two-way-data-binding/compare/v1.0.0...v1.1.0) (2022-07-06) + + +### Features + +* proxy-implementation ([e8ab1d7](https://github.com/quicoto/two-way-data-binding/commit/e8ab1d77db3cbccb64ee4d3b1e1aad0313a9380d)) +* proxy-implementation ([9701b66](https://github.com/quicoto/two-way-data-binding/commit/9701b66924100c0b974ae17223fc649c62f963ee)) + # 1.0.0 (2022-07-06) diff --git a/package.json b/package.json index 3695ee4..ef5ec3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "two-way-data-binding", - "version": "1.0.0", + "version": "1.1.0", "description": "Minimal two way data binding in vanilla JS", "license": "MIT", "private": false,