Skip to content

Commit 32fa733

Browse files
committed
0.0.2
1 parent 26f72c6 commit 32fa733

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
9+
10+
## [v0.0.4](https://github.com/sw-yx/netlify-plugin-a11y/compare/v0.0.3...v0.0.4) - 2020-03-09
11+
12+
### Commits
13+
14+
- just invoke binary and trust in PATH [`55f0396`](https://github.com/sw-yx/netlify-plugin-a11y/commit/55f0396ce52d388c82174c85e4c09c7b115c022e)
15+
- pkgjson [`8d06bf4`](https://github.com/sw-yx/netlify-plugin-a11y/commit/8d06bf437a88ea673cfe51593a4c39417d9aa131)
16+
17+
## v0.0.3 - 2020-03-09
18+
19+
### Commits
20+
21+
- fix bug and add run utils [`96eec98`](https://github.com/sw-yx/netlify-plugin-a11y/commit/96eec983f3c75b5bf301a1bb56979d860c980b74)
22+
23+
## [v0.0.2](https://github.com/sw-yx/netlify-plugin-a11y/compare/v0.0.4...v0.0.2) - 2020-03-20
24+
25+
### Commits
26+
27+
- see if this works [`fefeea8`](https://github.com/sw-yx/netlify-plugin-a11y/commit/fefeea8958ebe8728af454655a6c86e4396e3c65)
28+
- final commit before pivot [`9cd3c3f`](https://github.com/sw-yx/netlify-plugin-a11y/commit/9cd3c3f8dcace84f4cdd9b94a5c8d3efbeaf3ffd)
29+
- commit real demo [`39cff04`](https://github.com/sw-yx/netlify-plugin-a11y/commit/39cff044b1c544f7f395d5a69c3abd6feb61ad2d)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "netlify-plugin-a11y",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "",
55
"main": "plugin/index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)