Skip to content

Commit 0d22364

Browse files
committed
0.0.11
1 parent e2fb961 commit 0d22364

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,20 @@ 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.11](https://github.com/sw-yx/netlify-plugin-a11y/compare/v0.0.10...v0.0.11) - 2020-05-21
11+
12+
### Commits
13+
14+
- Merge pull request #23 from papb/patch-1 [`e2fb961`](https://github.com/sw-yx/netlify-plugin-a11y/commit/e2fb96166cfa21d5f693c3ff952d8186b50592c4)
15+
- Merge pull request #21 from jhackshaw/ignore-directories [`edc23f3`](https://github.com/sw-yx/netlify-plugin-a11y/commit/edc23f36397b5e49d829083dcdb3e9a2493d8453)
16+
- Update README.md [`d5226ce`](https://github.com/sw-yx/netlify-plugin-a11y/commit/d5226ce337e4b06c5c11194d66428b8a862dc313)
17+
1018
## [v0.0.10](https://github.com/sw-yx/netlify-plugin-a11y/compare/v0.0.9...v0.0.10) - 2020-05-11
1119

1220
### Commits
1321

1422
- Merge pull request #22 from sw-yx/feat/error-handling [`74aa06b`](https://github.com/sw-yx/netlify-plugin-a11y/commit/74aa06b1dd0bdd7dbed326aca0f9a9d8c5a9fcf6)
23+
- allow explicitly ignoring directories [`5d05752`](https://github.com/sw-yx/netlify-plugin-a11y/commit/5d05752da9126d46696ba47e1f8032f49a65e574)
1524
- Improve error handling [`8a7a8f2`](https://github.com/sw-yx/netlify-plugin-a11y/commit/8a7a8f2d2d62080602bef0b1abd3574b9d52d125)
1625

1726
## [v0.0.9](https://github.com/sw-yx/netlify-plugin-a11y/compare/v0.0.8...v0.0.9) - 2020-05-04

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.10",
3+
"version": "0.0.11",
44
"description": "",
55
"main": "plugin/index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)