i18n-v0.2.1

wxt-dev/wxti18n-v0.2.1Oct 19, 2024by github-actions[bot]

AI Summary

A maintenance release for the i18n package that fixes a missing type keyword in generated files and aligns with the documentation website restructure.

Key Highlights

  • Add missing 'type' keyword to type export in generated file
  • Rewrite and restructure the documentation website

New Features

  • Fixed type export in generated files

Full Release Notes

[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))