Skip to content

Commit

Permalink
patch release v0.3.5 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Feb 3, 2022
1 parent 9cc468d commit 96eeb2f
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.5 (2022-02-03)

#### :zap: Improvement Features
* `vue-router-bridge`
* [#17](https://github.com/intlify/bridging/pull/17) improvement: add router bridge debugging ([@kazupon](https://github.com/kazupon))
* `vue-i18n-bridge`
* [#16](https://github.com/intlify/bridging/pull/16) improvement: add debugging ([@kazupon](https://github.com/kazupon))

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


## v0.3.4 (2022-01-07)

#### :bug: Bug Fixes
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.3.4",
"version": "0.3.5",
"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.3.4",
"version": "0.3.5",
"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.3.4",
"version": "0.3.5",
"description": "Vue Router bridging for Vue 2 & Vue 3",
"scripts": {
"postinstall": "node ./scripts/postinstall.js"
Expand Down

0 comments on commit 96eeb2f

Please sign in to comment.