Skip to content

Commit 9ddc0a0

Browse files
Version Packages
1 parent a1e63be commit 9ddc0a0

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/tricky-kids-obey.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @vintl/vintl
22

3+
## 4.3.0
4+
5+
### Minor Changes
6+
7+
- a1e63be: Added defineMessage(s) utility functions
8+
9+
Similar to `@formatjs/intl`, they allow you to define messages with correct types. They don't really do anything else besides returning what you passed into them.
10+
311
## 4.2.3
412

513
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vintl/vintl",
3-
"version": "4.2.3",
3+
"version": "4.3.0",
44
"description": "Integrate @formatjs/intl into your Vue apps for easier internationalisation",
55
"keywords": [
66
"i18n",

0 commit comments

Comments
 (0)