Skip to content

Commit 1c3009a

Browse files
author
GitHub Actions
committed
chore(release): @wxt-dev/i18n v0.2.0
1 parent 6c60872 commit 1c3009a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

packages/i18n/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## v0.2.0
4+
5+
[⚠️ breaking changes](https://wxt.dev/guide/upgrade-guide/wxt) • [compare changes](https://github.com/wxt-dev/wxt/compare/i18n-v0.1.1...i18n-v0.2.0)
6+
7+
### 🩹 Fixes
8+
9+
- ⚠️ Remove invalid options argument ([#1048](https://github.com/wxt-dev/wxt/pull/1048))
10+
11+
#### ⚠️ Breaking Changes
12+
13+
- ⚠️ Remove invalid options argument ([#1048](https://github.com/wxt-dev/wxt/pull/1048))
14+
15+
### ❤️ Contributors
16+
17+
- Aaron ([@aklinker1](http://github.com/aklinker1))
18+
319
## v0.1.1
420

521
[compare changes](https://github.com/wxt-dev/wxt/compare/i18n-v0.1.0...i18n-v0.1.1)

packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@wxt-dev/i18n",
33
"description": "Type-safe wrapper around browser.i18n.getMessage with additional features",
4-
"version": "0.1.1",
4+
"version": "0.2.0",
55
"type": "module",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)