Skip to content

Commit 4ce7d99

Browse files
committed
chore: update changelog
1 parent df5c10c commit 4ce7d99

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Prior to v1.0.0-alpha.1, logs were generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10-
## [v1.0.0-alpha.6](https://github.com/netlify-labs/netlify-plugin-a11y/compare/v1.0.0-alpha.6...v1.0.0-alpha.6)
10+
## [v1.0.0-beta.1](https://github.com/netlify-labs/netlify-plugin-a11y/compare/v1.0.0-alpha.6...v1.0.0-beta.1)
11+
12+
### Added
13+
- New input: `ignoreGuidelines`. Used to indicate the accessibility standards or guidelines that the plugin should ignoore (#76; thank-you, @amykapernick)
14+
15+
### Changed
16+
- **Breaking:** Now requires Node 16.0.0.
17+
- Now uses Pa11y 6.2.3 and TSLib 2.4.0.
18+
- Internal: The source code of the app is now 100% TypeScript!
19+
- Internal: Many dev dependencies have been updated.
20+
21+
## [v1.0.0-alpha.6](https://github.com/netlify-labs/netlify-plugin-a11y/compare/v1.0.0-alpha.5...v1.0.0-alpha.6)
1122

1223
### Changed
1324
- Fixes [#68](https://github.com/netlify-labs/netlify-plugin-a11y/issues/68) by only failing builds if issues are found. Thank you to [@vgautam](https://github.com/vgautam) for reporting.

0 commit comments

Comments
 (0)