Skip to content

Commit

Permalink
chore(release): 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samrum committed Dec 12, 2023
1 parent 3ca2644 commit 93f041b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.0](https://github.com/samrum/vite-plugin-web-extension/compare/v5.0.0...v5.1.0) (2023-12-12)

### Features

- side_panel manifest property ([#121](https://github.com/samrum/vite-plugin-web-extension/issues/121)) ([ebe613f](https://github.com/samrum/vite-plugin-web-extension/commit/ebe613f0f05aec56eaff1dbf75a08ab9a9b79c23))

### Bug Fixes

- only use the httpServer if it exists ([#133](https://github.com/samrum/vite-plugin-web-extension/issues/133)) ([aede4fa](https://github.com/samrum/vite-plugin-web-extension/commit/aede4faf9c42cd88aeb79c4e45b93336aba00405))

## [5.0.0](https://github.com/samrum/vite-plugin-web-extension/compare/v4.1.0...v5.0.0) (2023-06-01)

### ⚠ 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": "5.0.0",
"version": "5.1.0",
"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 93f041b

Please sign in to comment.