Skip to content

Commit c1ec47d

Browse files
committed
0.0.9
1 parent 3fc332f commit c1ec47d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10+
## [v0.0.9](https://github.com/sw-yx/netlify-plugin-a11y/compare/v0.0.8...v0.0.9) - 2020-05-04
11+
12+
### Commits
13+
14+
- Merge pull request #20 from sw-yx/fix/html-crawling [`3fc332f`](https://github.com/sw-yx/netlify-plugin-a11y/commit/3fc332f7459cf469dae8cc585f0355bb6c1dde29)
15+
- Fix HTML crawling [`bdbd214`](https://github.com/sw-yx/netlify-plugin-a11y/commit/bdbd21410e807647c1f8cb207f7642a49c11e7a1)
16+
- Validate that `checkPaths` exist [`4bd568e`](https://github.com/sw-yx/netlify-plugin-a11y/commit/4bd568e930b33b23e5974e55a6131831e397bee1)
17+
1018
## [v0.0.8](https://github.com/sw-yx/netlify-plugin-a11y/compare/v0.0.7...v0.0.8) - 2020-05-01
1119

1220
### Commits

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "netlify-plugin-a11y",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "",
55
"main": "plugin/index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)