Skip to content
This repository was archived by the owner on Jul 4, 2021. 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 @@

## v1.0.0-beta.10 (2021-01-08)

#### :star: Features
* [#41](https://github.com/intlify/vite-plugin-vue-i18n/pull/41) feat: bundling optimizations ([@kazupon](https://github.com/kazupon))

#### :zap: Improvement Features
* [#40](https://github.com/intlify/vite-plugin-vue-i18n/pull/40) improvement: support named & default exporting ([@kazupon](https://github.com/kazupon))

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


## v1.0.0-beta.9 (2021-01-08)

#### :zap: Improvement 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": "@intlify/vite-plugin-vue-i18n",
"description": "Vite plugin for i18n resource pre-compilation and custom blocks",
"version": "1.0.0-beta.9",
"version": "1.0.0-beta.10",
"author": {
"name": "kazuya kawaguchi",
"email": "kawakazu80@gmail.com"
Expand Down