Skip to content

Commit 1b4d389

Browse files
authored
patch release v0.13.2 (#64)
* patch release v0.13.2 * update workflow
1 parent c040826 commit 1b4d389

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'release')
1212
runs-on: Ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v1
14+
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v1
1616
with:
1717
registry-url: "https://registry.npmjs.org"

CHANGELOG.md

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

2+
## v0.13.2 (2020-01-14)
3+
4+
#### :zap: Improvement Features
5+
* [#63](https://github.com/kazupon/vue-i18n-locale-message/pull/63) improve process.exit(1) when the translation is not finished yet ([@kazupon](https://github.com/kazupon))
6+
7+
#### Committers: 1
8+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
9+
10+
211
## v0.13.1 (2020-01-09)
312

413
#### :zap: Improvement 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-locale-message",
33
"description": "i18n locale messages management tool / library for vue-i18n",
4-
"version": "0.13.1",
4+
"version": "0.13.2",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)