Skip to content

Commit

Permalink
chore(release): wxt v0.19.15
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Nov 14, 2024
1 parent 52e5387 commit ef53580
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions packages/wxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## v0.19.15

[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.14...wxt-v0.19.15)

### 🚀 Enhancements

- Extract `wxt/storage` to its own package, `@wxt-dev/storage` ([#1129](https://github.com/wxt-dev/wxt/pull/1129))

### 🩹 Fixes

- Add "/" to `PublicPath` and `browser.runtime.getURL` ([#1171](https://github.com/wxt-dev/wxt/pull/1171))
- Add extension ID to event used to invalidate `ContentScriptContext` ([#1175](https://github.com/wxt-dev/wxt/pull/1175))

### ❤️ Contributors

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

## v0.19.14

[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.13...wxt-v0.19.14)
Expand Down
2 changes: 1 addition & 1 deletion packages/wxt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wxt",
"type": "module",
"version": "0.19.14",
"version": "0.19.15",
"description": "Next gen framework for developing web extensions",
"repository": {
"type": "git",
Expand Down

0 comments on commit ef53580

Please sign in to comment.