From e7e33e46da65c4ae525d0a22027b706270fef651 Mon Sep 17 00:00:00 2001 From: Andrew Mason Date: Mon, 2 Sep 2019 23:15:26 -0400 Subject: [PATCH] add changelog (#12) --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1550ff8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +## v0.1.2 + +- [b2799b6](https://github.com/andrewmcodes/rubocop-linter-action/commit/b2799b640f7f09232bc1c589ec373e15c35ce82c) add changelog +- [99ee409](https://github.com/andrewmcodes/rubocop-linter-action/commit/99ee4090634615b9b675ba844e45aefd312d9df4) update documentation +- [87d22fe](https://github.com/andrewmcodes/rubocop-linter-action/commit/87d22feb2891815e8cd87d04f0ca3fa229114477) Update issue templates +- [a8f310b](https://github.com/andrewmcodes/rubocop-linter-action/commit/a8f310be4319852fa76ca2d9bce95113b487014c) add contributing guide +- [a5c812a](https://github.com/andrewmcodes/rubocop-linter-action/commit/a5c812a7e2a03101dcb7a323ecdf0dd1b7c51e60) add pull request template +- [0a70d71](https://github.com/andrewmcodes/rubocop-linter-action/commit/0a70d71dbf9e6b878e594d0fc1e984c251d10a52) Create CODE_OF_CONDUCT.md + +## v0.1.1 + +- [4613337](https://github.com/andrewmcodes/rubocop-linter-action/commit/4613337a99525047ad39a618543cb2cad2a583bd) don't fail on lint errors + +## v0.1.0 + +- [f412d3c](https://github.com/andrewmcodes/rubocop-linter-action/commit/f412d3cc8311a4e94bf648b6b2f0d2f48678e143) initial commit