Skip to content

Commit ad08ae1

Browse files
committed
chore(release): 1.7.1
1 parent e73fb5b commit ad08ae1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.7.1](https://github.com/vire/jest-vue-preprocessor/compare/v1.7.0...v1.7.1) (2020-02-09)
6+
7+
8+
### Bug Fixes
9+
10+
* **package:** update vue-property-decorator to version 8.3.0 ([15aa2ba](https://github.com/vire/jest-vue-preprocessor/commit/15aa2ba67150acac703f9c0085cb32005f89937b))
11+
* transform uses placeholderPattern: false ([#163](https://github.com/vire/jest-vue-preprocessor/issues/163)) ([e73fb5b](https://github.com/vire/jest-vue-preprocessor/commit/e73fb5b59adad2218ae955315bd654691f00a67f))
12+
513
## [1.7.0](https://github.com/vire/jest-vue-preprocessor/compare/v1.6.0...v1.7.0) (2019-10-11)
614

715

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-vue-preprocessor",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "Preprocessor that allows importing of .vue files in jest tests",
55
"main": "index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)