Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tysongach committed Jan 18, 2019
1 parent 44d668f commit 78e4440
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ project adheres to [Semantic Versioning](http://semver.org).

## [Unreleased (`master`)][unreleased]

Nothing at the moment.

[unreleased]: https://github.com/thoughtbot/stylelint-config/compare/v0.2.0...HEAD

## [0.2.0] - 2019-01-18

### Added

- Enabled [`function-calc-no-invalid`]
Expand All @@ -16,7 +22,7 @@ project adheres to [Semantic Versioning](http://semver.org).
- Bump stylelint-order to 2.0.0
- Bump stylelint-scss to 3.5.1

[unreleased]: https://github.com/thoughtbot/stylelint-config/compare/v0.1.0...HEAD
[0.2.0]: https://github.com/thoughtbot/stylelint-config/compare/v0.1.0...v0.2.0
[`function-calc-no-invalid`]: https://stylelint.io/user-guide/rules/function-calc-no-invalid/
[`function-calc-no-unspaced-operator`]: https://stylelint.io/user-guide/rules/function-calc-no-unspaced-operator/
[`function-linear-gradient-no-nonstandard-direction`]: https://stylelint.io/user-guide/rules/function-linear-gradient-no-nonstandard-direction/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.1.0"
"version": "0.2.0"
}

0 comments on commit 78e4440

Please sign in to comment.