Skip to content

Commit 1b8d19b

Browse files
chore(release): 2.3.1 [skip ci]
## [2.3.1](v2.3.0...v2.3.1) (2023-02-27) ### Bug Fixes * normalize import paths for code replacement ([930633a](930633a))
1 parent c6413d3 commit 1b8d19b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.3.1](https://github.com/herberttn/bytenode-webpack-plugin/compare/v2.3.0...v2.3.1) (2023-02-27)
2+
3+
4+
### Bug Fixes
5+
6+
* normalize import paths for code replacement ([930633a](https://github.com/herberttn/bytenode-webpack-plugin/commit/930633a1710853fa08e713b9da83935a8d0b734d))
7+
18
# [2.3.0](https://github.com/herberttn/bytenode-webpack-plugin/compare/v2.2.0...v2.3.0) (2022-12-14)
29

310

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@herberttn/bytenode-webpack-plugin",
33
"description": "Compile JavaScript into bytecode using bytenode",
4-
"version": "2.3.0",
4+
"version": "2.3.1",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)