Skip to content

Commit 013a653

Browse files
authored
Merge pull request #112 from GoogleChromeLabs/release-v1.3.0
chore: release 1.3.0
2 parents 780fd50 + 52263a6 commit 013a653

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.3.0](https://www.github.com/GoogleChromeLabs/form-troubleshooter/compare/v1.2.3...v1.3.0) (2021-09-04)
4+
5+
6+
### Features
7+
8+
* add suggestion for labels that don't have a matching field ([6d33065](https://www.github.com/GoogleChromeLabs/form-troubleshooter/commit/6d330651809d6e7435253db68df1b8ad6acfa32c)), closes [#23](https://www.github.com/GoogleChromeLabs/form-troubleshooter/issues/23)
9+
10+
11+
### Bug Fixes
12+
13+
* remove audit attribute value from output when empty ([83dc375](https://www.github.com/GoogleChromeLabs/form-troubleshooter/commit/83dc375542dff1c31fa2e6efa86ac2f3228505a1)), closes [#105](https://www.github.com/GoogleChromeLabs/form-troubleshooter/issues/105)
14+
315
### [1.2.3](https://www.github.com/GoogleChromeLabs/form-troubleshooter/compare/v1.2.0...v1.2.3) (2021-08-18)
416

517

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "form-troubleshooter",
3-
"version": "1.2.3",
3+
"version": "1.3.0",
44
"description": "A Chrome extension to find and fix common form problems",
55
"directories": {
66
"doc": "docs"

0 commit comments

Comments
 (0)