Skip to content

Commit fd56ebb

Browse files
committed
chore(release): 5.1.1
1 parent b014902 commit fd56ebb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
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.
44

5+
### [5.1.1](https://github.com/samrum/vite-plugin-web-extension/compare/v5.1.0...v5.1.1) (2024-09-26)
6+
7+
### Bug Fixes
8+
9+
- 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))
10+
511
## [5.1.0](https://github.com/samrum/vite-plugin-web-extension/compare/v5.0.0...v5.1.0) (2023-12-12)
612

713
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@samrum/vite-plugin-web-extension",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "A vite plugin for generating cross browser platform, ES module based web extensions",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)