Skip to content

Commit 943a759

Browse files
committed
Release 3.6.0
1 parent 89f400f commit 943a759

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@
99

1010

1111

12+
13+
## 3.6.0 (2024-05-14)
14+
15+
#### :star: New Features
16+
* [#877](https://github.com/fluent-vue/fluent-vue/pull/877) Implement mergedWith helper method for global translations ([@Demivan](https://github.com/Demivan))
17+
18+
#### Committers: 1
19+
- Ivan Demchuk ([@Demivan](https://github.com/Demivan))
20+
1221
## 3.5.2 (2024-04-05)
1322

1423
#### :bug: Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fluent-vue",
33
"type": "module",
4-
"version": "3.5.2",
4+
"version": "3.6.0",
55
"packageManager": "pnpm@9.1.1",
66
"description": "Internationalization plugin for Vue.js. Project Fluent bindings for Vue.js",
77
"author": "Ivan Demchuk <ivan.demchuk@gmail.com>",

0 commit comments

Comments
 (0)