Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Apr 16, 2021
1 parent 34f46f3 commit dfc8944
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.2.0](https://github.com/fluid-project/stylelint-config-fluid/compare/0.1.0...0.2.0) (2021-04-16)


### Features

* test with Node.js 14 and 15 ([6f02357](https://github.com/fluid-project/stylelint-config-fluid/commit/6f02357475d9a182631bd5d18b31f69c4b4aa597))


### Bug Fixes

* typo in runs-on ci configuration ([ba5ac7f](https://github.com/fluid-project/stylelint-config-fluid/commit/ba5ac7f7d1f3e759f8389aba5522248c90375b80))
* use npm 6.x instead of npm 7.x due to dep resolution issues ([6c77f81](https://github.com/fluid-project/stylelint-config-fluid/commit/6c77f814bdb1bf6e03ae356f556ae09d9e32fdf2))

### 0.1.0 (2020-10-20)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylelint-config-fluid",
"version": "0.1.0",
"version": "0.2.0",
"description": "Shareable Stylelint configuration for the Fluid Project.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit dfc8944

Please sign in to comment.