Skip to content

Commit

Permalink
chore(release): 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samrum committed Sep 26, 2024
1 parent b014902 commit fd56ebb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [5.1.1](https://github.com/samrum/vite-plugin-web-extension/compare/v5.1.0...v5.1.1) (2024-09-26)

### Bug Fixes

- use_dynamic_url with content scripts does not work in Chrome 130 ([#145](https://github.com/samrum/vite-plugin-web-extension/issues/145)) ([b014902](https://github.com/samrum/vite-plugin-web-extension/commit/b014902daa5eee1d17fc4a58963d6343094446c3))

## [5.1.0](https://github.com/samrum/vite-plugin-web-extension/compare/v5.0.0...v5.1.0) (2023-12-12)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@samrum/vite-plugin-web-extension",
"version": "5.1.0",
"version": "5.1.1",
"description": "A vite plugin for generating cross browser platform, ES module based web extensions",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit fd56ebb

Please sign in to comment.