From b92bd51c8dda6ab7f49d74ede8ab5c0009477110 Mon Sep 17 00:00:00 2001 From: Tim Malone Date: Fri, 13 Oct 2017 09:45:47 +1100 Subject: [PATCH] Version bump; changelog --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f0b61e..87d8ad5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,17 @@ This project adheres to [Semantic Versioning](http://semver.org/) Formatting help: http://keepachangelog.com/ [Unreleased changes] +## [0.0.2] - 2017-10-13 + +- Added linting & CI +- Updated README documentation +- Removed stylelint rules that have been removed since our original config was written +- Fixed linting issues and tests + ## [0.0.1] - 2017-10-12 - Initial release. -[Unreleased changes]: https://github.com/ChromatixAU/stylelint-config-chromatix/compare/v0.0.1...HEAD +[Unreleased changes]: https://github.com/ChromatixAU/stylelint-config-chromatix/compare/v0.0.2...HEAD +[0.0.2]: https://github.com/ChromatixAU/stylelint-config-chromatix/compare/v0.0.1...v0.0.2 [0.0.1]: https://github.com/ChromatixAU/stylelint-config-chromatix/compare/6cce191...v0.0.1 diff --git a/package.json b/package.json index 1a898f4..c45db7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chromatix/stylelint-config-chromatix", - "version": "0.0.1", + "version": "0.0.2", "description": "Chromatix custom config for stylelint. Based heavily on the WordPress Coding Standards but with some of our own too.", "homepage": "https://github.com/ChromatixAU/stylelint-config-chromatix#readme", "author": "Tim Malone ",