Skip to content

Commit a922f76

Browse files
authored
patch release v1.0.2 (#41)
1 parent c12f287 commit a922f76

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

2+
## v1.0.2 (2020-05-07)
3+
4+
#### :bug: Bug Fixes
5+
* [#39](https://github.com/intlify/vue-i18n-extensions/pull/39) fix: v-t argument evaluation ([@kazupon](https://github.com/kazupon))
6+
* [#32](https://github.com/intlify/vue-i18n-extensions/pull/32) Added whitespace trim to handle oddly formatted vue templates ([@ewohlken2](https://github.com/ewohlken2))
7+
8+
#### Committers: 2
9+
- [@ewohlken2](https://github.com/ewohlken2)
10+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
11+
12+
213
## v1.0.1 (2020-02-27)
314

415
#### :bug: Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@intlify/vue-i18n-extensions",
33
"description": "vue-i18n extensions",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)