Skip to content

Commit 7d06e74

Browse files
committed
chore(release): 2.2.1
1 parent 6092362 commit 7d06e74

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
### [2.2.1](https://github.com/samrum/vite-plugin-web-extension/compare/v2.2.0...v2.2.1) (2023-01-02)
6+
7+
### Bug Fixes
8+
9+
- getMetadataForChunk infinitely loops when parsing build output ([#67](https://github.com/samrum/vite-plugin-web-extension/issues/67)) ([6092362](https://github.com/samrum/vite-plugin-web-extension/commit/6092362234eb8266ec9061b98180e40ee8715b2a))
10+
- hmr not working since vite 3.2.3 ([#69](https://github.com/samrum/vite-plugin-web-extension/issues/69)) ([b49f05f](https://github.com/samrum/vite-plugin-web-extension/commit/b49f05fe383a99959bbbc70483c728514d1a1316))
11+
- node_modules dependencies shouldn't have dynamic imports modified ([#68](https://github.com/samrum/vite-plugin-web-extension/issues/68)) ([232b90f](https://github.com/samrum/vite-plugin-web-extension/commit/232b90fc4780bc5db619b6f3ae8d88cbc5d5a84a))
12+
513
## [2.2.0](https://github.com/samrum/vite-plugin-web-extension/compare/v2.1.1...v2.2.0) (2022-11-22)
614

715
### 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": "2.2.0",
3+
"version": "2.2.1",
44
"description": "A vite plugin for generating cross browser platform, ES module based web extensions",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",

0 commit comments

Comments
 (0)