Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit 903ca3e

Browse files
authored
Merge pull request #15 from kazupon/releases/v0.2.1
patch release v0.2.1
2 parents 2eae0c1 + eecfb9d commit 903ca3e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11

2+
## v0.2.1 (2020-05-11)
3+
4+
#### :bug: Bug Fixes
5+
* [#14](https://github.com/kazupon/vue-i18n-jest/pull/14) fix: rollback jest old version ([@kazupon](https://github.com/kazupon))
6+
7+
#### :zap: Improvement Features
8+
* [#11](https://github.com/kazupon/vue-i18n-jest/pull/11) fix: ignore dist files ([@kazupon](https://github.com/kazupon))
9+
10+
#### Committers: 1
11+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
12+
13+
214
## v0.2.0 (2020-05-11)
315

416
#### :star: Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-i18n-jest",
33
"description": "vue-jest wrapper for i18n custom blocks",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)