diff --git a/CHANGELOG.md b/CHANGELOG.md index 42b81bd..10af691 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [v0.0.11](https://github.com/sw-yx/netlify-plugin-a11y/compare/v0.0.10...v0.0.11) - 2020-05-21 + +### Commits + +- Merge pull request #23 from papb/patch-1 [`e2fb961`](https://github.com/sw-yx/netlify-plugin-a11y/commit/e2fb96166cfa21d5f693c3ff952d8186b50592c4) +- Merge pull request #21 from jhackshaw/ignore-directories [`edc23f3`](https://github.com/sw-yx/netlify-plugin-a11y/commit/edc23f36397b5e49d829083dcdb3e9a2493d8453) +- Update README.md [`d5226ce`](https://github.com/sw-yx/netlify-plugin-a11y/commit/d5226ce337e4b06c5c11194d66428b8a862dc313) + ## [v0.0.10](https://github.com/sw-yx/netlify-plugin-a11y/compare/v0.0.9...v0.0.10) - 2020-05-11 ### Commits - Merge pull request #22 from sw-yx/feat/error-handling [`74aa06b`](https://github.com/sw-yx/netlify-plugin-a11y/commit/74aa06b1dd0bdd7dbed326aca0f9a9d8c5a9fcf6) +- allow explicitly ignoring directories [`5d05752`](https://github.com/sw-yx/netlify-plugin-a11y/commit/5d05752da9126d46696ba47e1f8032f49a65e574) - Improve error handling [`8a7a8f2`](https://github.com/sw-yx/netlify-plugin-a11y/commit/8a7a8f2d2d62080602bef0b1abd3574b9d52d125) ## [v0.0.9](https://github.com/sw-yx/netlify-plugin-a11y/compare/v0.0.8...v0.0.9) - 2020-05-04 diff --git a/package-lock.json b/package-lock.json index 28ab112..d397adf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-plugin-a11y", - "version": "0.0.10", + "version": "0.0.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e7e719c..af4ac93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "netlify-plugin-a11y", - "version": "0.0.10", + "version": "0.0.11", "description": "", "main": "plugin/index.js", "dependencies": {