Skip to content

Commit 39fa301

Browse files
authored
minor release v0.12.0 (#55)
* minor release v0.12.0 * update release workflow
1 parent a9d79e2 commit 39fa301

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ 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@master
15-
- uses: actions/setup-node@master
14+
- uses: actions/checkout@v2
15+
- uses: actions/setup-node@v2
1616
with:
1717
registry-url: "https://registry.npmjs.org"
1818
- run: git switch master

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2+
## v0.12.0 (2020-01-08)
3+
4+
#### :star: Features
5+
* [#52](https://github.com/kazupon/vue-i18n-locale-message/pull/52) --format option feature ([@kazupon](https://github.com/kazupon))
6+
7+
#### :bug: Bug Fixes
8+
* [#54](https://github.com/kazupon/vue-i18n-locale-message/pull/54) fix diff command build error ([@kazupon](https://github.com/kazupon))
9+
10+
#### Committers: 1
11+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
12+
113
## v0.11.0 (2020-01-07)
214

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

0 commit comments

Comments
 (0)