Skip to content

Commit

Permalink
minor release v0.3.0 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Jan 4, 2022
1 parent 174270a commit 4d9b421
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@

## v0.3.0 (2022-01-04)

#### :zap: Improvement Features
* `vue-i18n-bridge`
* [#5](https://github.com/intlify/bridging/pull/5) fix(vue-i18n-bridge): add some vue-i18n stub interfaces ([@kazupon](https://github.com/kazupon))
* `vue-router-bridge`
* [#4](https://github.com/intlify/bridging/pull/4) improvement(vue-router-bridge): add more vue-router stub typings ([@kazupon](https://github.com/kazupon))

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


## v0.2.0 (2022-01-01)

#### :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/bridging",
"description": "Utilities that provide compatibility for Vue 2 & Vue 3",
"version": "0.2.0",
"version": "0.3.0",
"author": {
"name": "kazuya kawaguchi",
"email": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-i18n-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@intlify/vue-i18n-bridge",
"version": "0.2.0",
"version": "0.3.0",
"description": "Vue I18n bridging for Vue 2 & Vue 3",
"scripts": {
"postinstall": "node ./scripts/postinstall.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-router-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@intlify/vue-router-bridge",
"version": "0.2.0",
"version": "0.3.0",
"description": "Vue Router bridging for Vue 2 & Vue 3",
"scripts": {
"postinstall": "node ./scripts/postinstall.js"
Expand Down

0 comments on commit 4d9b421

Please sign in to comment.