Fix changelog

This commit is contained in:
Aaron
2024-10-04 18:19:33 -05:00
parent 1c3009a48f
commit 10902351be
+7 -4
View File
@@ -2,15 +2,18 @@
## v0.2.0
[⚠️ 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)
[compare changes](https://github.com/wxt-dev/wxt/compare/i18n-v0.1.1...i18n-v0.2.0)
### 🩹 Fixes
- ⚠️ Remove invalid options argument ([#1048](https://github.com/wxt-dev/wxt/pull/1048))
#### ⚠️ Breaking Changes
To upgrade, if you were passing a final `options` argument, remove it. If you used the third argument to escape `<` symbol... You'll need to do it yourself:
- ⚠️ Remove invalid options argument ([#1048](https://github.com/wxt-dev/wxt/pull/1048))
```diff
- i18n.t("someKey", ["sub1"], { escapeLt: true });
+ i18n.t("someKey", ["sub1"]).replaceAll("<", "&lt;");
```
### ❤️ Contributors
@@ -32,4 +35,4 @@
### ❤️ Contributors
- Windmillcode0 <shieldmousetower734@gmail.com>
- Aaron ([@aklinker1](http://github.com/aklinker1))
- Aaron ([@aklinker1](http://github.com/aklinker1))