Skip to content
This repository was archived by the owner on Sep 12, 2023. It is now read-only.

Commit f415a9a

Browse files
authored
prerelease release v2.0.0-rc.1 (#68)
* prerelease release v2.0.0-rc.1 * updates
1 parent 37683be commit f415a9a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v2.0.0-rc.1 (2021-02-09)
2+
3+
#### Committers: 1
4+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
5+
6+
17
## v2.0.0-beta.4 (2020-12-31)
28

39
#### Refactoring

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ vue-i18n rollup plugin for i18n resource pre-compilation and custom blocks
77

88
**NOTE:** :warning: This `next` branch is development branch for Vue 3! The stable version is now in [`master`](https://github.com/intlify/rollup-plugin-vue-i18n/tree/master) branch!
99

10-
## Status: Beta ![Test](https://github.com/intlify/rollup-plugin-vue-i18n/workflows/Test/badge.svg)
10+
## Status: RC ![Test](https://github.com/intlify/rollup-plugin-vue-i18n/workflows/Test/badge.svg)
1111

1212

1313
## :exclamation: Requirement

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@intlify/rollup-plugin-vue-i18n",
33
"description": "vue-i18n rollup plugin for i18n resource pre-compilation and custom blocks",
4-
"version": "2.0.0-beta.4",
4+
"version": "2.0.0-rc.1",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)