Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitrinicolas committed Aug 14, 2018
1 parent 6140c9a commit dd80673
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Expand Up @@ -3,5 +3,9 @@
This project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.0.1 - 2018-08-13
- Initial release.
## 1.1.0 - 2018-08-13
### Added
- Warnings to custom result handling.

## 1.0.0 - 2018-08-13
- Initial release.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "ava-postcss-tester",
"version": "1.0.0",
"version": "1.1.0",
"description": "Simply test your PostCSS plugin with AVA.",
"license": "MIT",
"main": "index.js",
Expand All @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/dimitrinicolas/ava-postcss-tester",
"scripts": {
"publish": "clean-publish --files fixtures",
"publish": "clean-publish --files .nyc_output coverage fixtures",
"lint": "eslint **/*.js",
"test": "nyc --reporter=lcov --reporter=text ava",
"coverage": "nyc report --reporter=text-lcov | coveralls",
Expand Down

0 comments on commit dd80673

Please sign in to comment.