diff --git a/CHANGELOG.md b/CHANGELOG.md index 166511b..9724a9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. \ No newline at end of file +## 1.1.0 - 2018-08-13 +### Added +- Warnings to custom result handling. + +## 1.0.0 - 2018-08-13 +- Initial release. diff --git a/package.json b/package.json index 53cce6a..ff79414 100644 --- a/package.json +++ b/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", @@ -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",