Skip to content

Commit

Permalink
chore(release): 1.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dnlup committed Aug 27, 2019
1 parent 8bace9f commit a7f5106
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@

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.

## [1.0.0-rc.1](https://github.com/dnlup/vue-cli-plugin-unit-ava/compare/v1.0.0-beta.7...v1.0.0-rc.1) (2019-08-27)


### Bug Fixes

* **ci:** avoid travis_wait ([51c49f6](https://github.com/dnlup/vue-cli-plugin-unit-ava/commit/51c49f6))
* **ci:** fix builds timing out ([69cb59f](https://github.com/dnlup/vue-cli-plugin-unit-ava/commit/69cb59f))
* **ci:** install bash on macOS ([417e744](https://github.com/dnlup/vue-cli-plugin-unit-ava/commit/417e744))
* **ci:** remove addons step ([4b45888](https://github.com/dnlup/vue-cli-plugin-unit-ava/commit/4b45888))
* **ci:** use travis_wait ([a595e00](https://github.com/dnlup/vue-cli-plugin-unit-ava/commit/a595e00))
* **eslint:** add node_modules to .eslintignore ([e8774cb](https://github.com/dnlup/vue-cli-plugin-unit-ava/commit/e8774cb))
* **generator:** remove vuetify missing module import ([c274605](https://github.com/dnlup/vue-cli-plugin-unit-ava/commit/c274605))
* **tests:** fix ava running tests on wrong files ([8999406](https://github.com/dnlup/vue-cli-plugin-unit-ava/commit/8999406))
* **tests:** generator tests failing when updating deps ([cc29a0b](https://github.com/dnlup/vue-cli-plugin-unit-ava/commit/cc29a0b)), closes [#19](https://github.com/dnlup/vue-cli-plugin-unit-ava/issues/19)
* **tests:** remove delay ([a6fce86](https://github.com/dnlup/vue-cli-plugin-unit-ava/commit/a6fce86))
* **tests:** remove test cases ([53cf091](https://github.com/dnlup/vue-cli-plugin-unit-ava/commit/53cf091))


### Features

* **generator:** add possibility to choose if to load styles ([230eb6c](https://github.com/dnlup/vue-cli-plugin-unit-ava/commit/230eb6c))
* **generator:** use style loaders only if selected ([79fef8a](https://github.com/dnlup/vue-cli-plugin-unit-ava/commit/79fef8a)), closes [#20](https://github.com/dnlup/vue-cli-plugin-unit-ava/issues/20)


### BREAKING CHANGES

* **generator:** style loaders are not automatically injected anymore



## [1.0.0-beta.7](https://github.com/dnlup/vue-cli-plugin-unit-ava/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2019-05-22)


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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@dnlup/vue-cli-plugin-unit-ava",
"version": "1.0.0-beta.7",
"version": "1.0.0-rc.1",
"description": "@vue/cli plugin to run unit tests with ava",
"main": "index.js",
"scripts": {
"test": "nyc --reporter=lcov --reporter=text-summary ava",
"lint": "eslint ./ --fix",
"release": "HUSKY_SKIP_HOOKS=1 standard-version",
"release": "HUSKY_SKIP_HOOKS=1 standard-version",
"postrelease": "git push --follow-tags origin master && conventional-github-releaser -p angular"
},
"keywords": [
Expand Down

0 comments on commit a7f5106

Please sign in to comment.