Skip to content

Commit

Permalink
chore(release): v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 7, 2021
1 parent 59855bb commit a008951
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a008951

Please sign in to comment.