Skip to content

Commit

Permalink
chore(release): @wxt-dev/i18n v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Oct 19, 2024
1 parent 21894d2 commit b14c910
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## v0.2.1

[compare changes](https://github.com/wxt-dev/wxt/compare/i18n-v0.2.0...i18n-v0.2.1)

### 🩹 Fixes

- Add missing "type" keyword to type export in generated file ([22b5294](https://github.com/wxt-dev/wxt/commit/22b5294))

### 📖 Documentation

- Rewrite and restructure the documentation website ([#933](https://github.com/wxt-dev/wxt/pull/933))

### 🏡 Chore

- Fix typo in internal function name ([21894d2](https://github.com/wxt-dev/wxt/commit/21894d2))

### ❤️ Contributors

- Aaron ([@aklinker1](http://github.com/aklinker1))

## v0.2.0

[compare changes](https://github.com/wxt-dev/wxt/compare/i18n-v0.1.1...i18n-v0.2.0)
Expand Down Expand Up @@ -35,4 +55,4 @@ To upgrade, if you were passing a final `options` argument, remove it. If you us
### ❤️ Contributors

- Windmillcode0 <[email protected]>
- Aaron ([@aklinker1](http://github.com/aklinker1))
- Aaron ([@aklinker1](http://github.com/aklinker1))
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wxt-dev/i18n",
"description": "Type-safe wrapper around browser.i18n.getMessage with additional features",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"repository": {
"type": "git",
Expand Down

0 comments on commit b14c910

Please sign in to comment.