Skip to content
This repository was archived by the owner on Sep 12, 2023. 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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@

## v0.1.0 (2020-01-05)

#### :star: Features
* [#1](https://github.com/intlify/rollup-plugin-vue-i18n/pull/1) feat: core implementation ([@kazupon](https://github.com/kazupon))

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

## v0.0.0 (2020-01-05)

I've borned in the world! :tada:
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/rollup-plugin-vue-i18n",
"description": "vue-i18n rollup plugin for custom blocks",
"version": "0.0.0",
"version": "0.1.0",
"author": {
"name": "kazuya kawaguchi",
"email": "[email protected]"
Expand Down