File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 11
11
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'release')
12
12
runs-on: Ubuntu-latest
13
13
steps:
14
- - uses: actions/checkout@master
15
- - uses: actions/setup-node@master
14
+ - uses: actions/checkout@v2
15
+ - uses: actions/setup-node@v2
16
16
with:
17
17
registry-url: "https://registry.npmjs.org"
18
18
- run: git switch master
Original file line number Diff line number Diff line change
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
+
1
13
## v0.11.0 (2020-01-07)
2
14
3
15
#### :star: Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name": "vue-i18n-locale-message",
3
3
"description": "i18n locale messages management tool / library for vue-i18n",
4
- "version": "0.11 .0",
4
+ "version": "0.12 .0",
5
5
"author": {
6
6
"name": "kazuya kawaguchi",
7
7
You can’t perform that action at this time.
0 commit comments