Skip to content

Commit

Permalink
chore(release): 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samrum committed Apr 13, 2023
1 parent 12950b1 commit 6618bfb
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.

## [4.1.0](https://github.com/samrum/vite-plugin-web-extension/compare/v4.0.0...v4.1.0) (2023-04-13)

### Features

- support hash and query properties in manifest HTML filenames ([#92](https://github.com/samrum/vite-plugin-web-extension/issues/92)) ([12950b1](https://github.com/samrum/vite-plugin-web-extension/commit/12950b1418141b4d5315ad9d48ad13b01b64cf36)), closes [#90](https://github.com/samrum/vite-plugin-web-extension/issues/90)

## [4.0.0](https://github.com/samrum/vite-plugin-web-extension/compare/v3.1.1...v4.0.0) (2023-04-10)

### ⚠ BREAKING CHANGES
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": "4.0.0",
"version": "4.1.0",
"description": "A vite plugin for generating cross browser platform, ES module based web extensions",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit 6618bfb

Please sign in to comment.