Skip to content

Commit b3ed76e

Browse files
chore(release): 1.1.4 [skip ci]
## [1.1.4](v1.1.3...v1.1.4) (2021-04-07) ### Bug Fixes * doc ([d2c5b12](d2c5b12))
1 parent 00d88cf commit b3ed76e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.4](https://github.com/matteobad/detect-autofill/compare/v1.1.3...v1.1.4) (2021-04-07)
2+
3+
4+
### Bug Fixes
5+
6+
* doc ([d2c5b12](https://github.com/matteobad/detect-autofill/commit/d2c5b124b30431160bdcc3ce4293f0ccfd18a1ff))
7+
18
## [1.1.3](https://github.com/matteobad/detect-autofill/compare/v1.1.2...v1.1.3) (2020-04-11)
29

310

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "detect-autofill",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Small javascript library to detect and even prevent browsers autofill of form elements. Usefull for implementing floating labels or applying custom logics/styles.",
55
"main": "dist/detect-autofill.js",
66
"scripts": {

0 commit comments

Comments
 (0)