Skip to content

Commit 18af80a

Browse files
committed
0.0.12
1 parent 6d0a8e4 commit 18af80a

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.12](https://github.com/sw-yx/netlify-plugin-a11y/compare/v0.0.11...v0.0.12) - 2020-05-27
11+
12+
### Commits
13+
14+
- Merge pull request #24 from ehmicky/feat/improve-default-mode [`6d0a8e4`](https://github.com/sw-yx/netlify-plugin-a11y/commit/6d0a8e4ba7cf1c7fef0b27b812897d9bb374f7b9)
15+
- Add default value for `checkPaths` input [`5809d5b`](https://github.com/sw-yx/netlify-plugin-a11y/commit/5809d5b6a7a177a91aee718a0c1d65f3d07d12a8)
16+
1017
## [v0.0.11](https://github.com/sw-yx/netlify-plugin-a11y/compare/v0.0.10...v0.0.11) - 2020-05-21
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.11",
3+
"version": "0.0.12",
44
"description": "",
55
"main": "plugin/index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)