Skip to content

Commit c86e420

Browse files
committed
0.0.10
1 parent 74aa06b commit c86e420

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ 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.10](https://github.com/sw-yx/netlify-plugin-a11y/compare/v0.0.9...v0.0.10) - 2020-05-11
11+
12+
### Commits
13+
14+
- Merge pull request #22 from sw-yx/feat/error-handling [`74aa06b`](https://github.com/sw-yx/netlify-plugin-a11y/commit/74aa06b1dd0bdd7dbed326aca0f9a9d8c5a9fcf6)
15+
- Improve error handling [`8a7a8f2`](https://github.com/sw-yx/netlify-plugin-a11y/commit/8a7a8f2d2d62080602bef0b1abd3574b9d52d125)
16+
1017
## [v0.0.9](https://github.com/sw-yx/netlify-plugin-a11y/compare/v0.0.8...v0.0.9) - 2020-05-04
1118

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

0 commit comments

Comments
 (0)