Skip to content

Commit ea31e2e

Browse files
committed
chore(release): 1.0.0-beta.3
1 parent faf25b3 commit ea31e2e

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,29 @@
1-
# Change Log
1+
# Changelog
22

33
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.
44

5+
## [1.0.0-beta.3](https://github.com/dnlup/vue-cli-plugin-unit-ava/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2019-05-20)
6+
7+
8+
### Bug Fixes
9+
10+
* use require-extension-hooks ([6e92895](https://github.com/dnlup/vue-cli-plugin-unit-ava/commit/6e92895))
11+
* **release:** fix hanging commit ([faf25b3](https://github.com/dnlup/vue-cli-plugin-unit-ava/commit/faf25b3))
12+
13+
14+
### Tests
15+
16+
* fix errors ([9850ff3](https://github.com/dnlup/vue-cli-plugin-unit-ava/commit/9850ff3))
17+
* fix snapshot errors ([695810c](https://github.com/dnlup/vue-cli-plugin-unit-ava/commit/695810c))
18+
* fix yarn install errors ([c3fe3e6](https://github.com/dnlup/vue-cli-plugin-unit-ava/commit/c3fe3e6))
19+
20+
21+
### BREAKING CHANGES
22+
23+
* webpack building process is not supported anymore
24+
25+
26+
527
# [1.0.0-beta.2](https://github.com/dnlup/vue-cli-plugin-unit-ava/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2019-03-26)
628

729

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dnlup/vue-cli-plugin-unit-ava",
3-
"version": "1.0.0-beta.2",
3+
"version": "1.0.0-beta.3",
44
"description": "@vue/cli plugin to run unit tests with ava",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)