diff --git a/CHANGELOG.md b/CHANGELOG.md index e77c9bb..c7f2904 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.1.0](https://github.com/umutcanbolat/autofillr/compare/v1.0.0...v1.1.0) (2021-09-07) + + +### Features + +* 🎸 clean only the relevant inputs ([4ff5e38](https://github.com/umutcanbolat/autofillr/commit/4ff5e38b3781d5e99744834de12cc8bbd5abb90e)) +* 🎸 fill inputs on enter ([59855bb](https://github.com/umutcanbolat/autofillr/commit/59855bba56748ceadc62c5040969aa03921b75c9)) + # [1.0.0](https://github.com/umutcanbolat/autofillr/compare/v0.2.0...v1.0.0) (2021-06-08) diff --git a/package.json b/package.json index a08de4e..11174d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "autofillr", - "version": "1.0.0", + "version": "1.1.0", "private": true, "description": "Automatically fill registration forms with consistently generated random data.", "repository": "https://github.com/umutcanbolat/autofillr.git", diff --git a/public/manifest.json b/public/manifest.json index 023bd95..46e275f 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Autofillr", "description": "Automatically fill registration forms with consistently generated random data.", - "version": "1.0.0", + "version": "1.1.0", "browser_action": { "default_popup": "index.html", "default_title": "Autofillr"