Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@

## v0.2.1 (2020-05-11)

#### :bug: Bug Fixes
* [#14](https://github.com/kazupon/vue-i18n-jest/pull/14) fix: rollback jest old version ([@kazupon](https://github.com/kazupon))

#### :zap: Improvement Features
* [#11](https://github.com/kazupon/vue-i18n-jest/pull/11) fix: ignore dist files ([@kazupon](https://github.com/kazupon))

#### Committers: 1
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))


## v0.2.0 (2020-05-11)

#### :star: Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-i18n-jest",
"description": "vue-jest wrapper for i18n custom blocks",
"version": "0.2.0",
"version": "0.2.1",
"author": {
"name": "kazuya kawaguchi",
"email": "kawakazu80@gmail.com"
Expand Down