Skip to content

Commit

Permalink
minor release v0.2.0 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Jan 1, 2022
1 parent c375c7d commit ceed2db
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,3 +1,15 @@

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

#### :zap: Improvement Features
* `vue-router-bridge`
* [#2](https://github.com/intlify/bridging/pull/2) fix(vue-router-bridge): tweak exporting and shimmed vue-router4 interface on vue-router3 ([@kazupon](https://github.com/kazupon))
* `vue-i18n-bridge`
* [#1](https://github.com/intlify/bridging/pull/1) fix(vue-i18n-bridge): fix entry replace and tweak exporting ([@kazupon](https://github.com/kazupon))

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

## v0.1.0 (2021-12-31)

#### :star: 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.1.0",
"version": "0.2.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.1.0",
"version": "0.2.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.1.0",
"version": "0.2.0",
"description": "Vue Router bridging for Vue 2 & Vue 3",
"scripts": {
"postinstall": "node ./scripts/postinstall.js"
Expand Down

0 comments on commit ceed2db

Please sign in to comment.