Skip to content

Commit 6fe5973

Browse files
chore(release): 2.3.0 [skip ci]
# [2.3.0](v2.2.0...v2.3.0) (2022-12-14) ### Bug Fixes * ensure node v14 support ([647e184](647e184)) ### Features * make sure code is not inlined into loader ([e3ba024](e3ba024))
1 parent 3507bdf commit 6fe5973

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.3.0](https://github.com/herberttn/bytenode-webpack-plugin/compare/v2.2.0...v2.3.0) (2022-12-14)
2+
3+
4+
### Bug Fixes
5+
6+
* ensure node v14 support ([647e184](https://github.com/herberttn/bytenode-webpack-plugin/commit/647e1848567aa0f1ab6e577d341e106432388425))
7+
8+
9+
### Features
10+
11+
* make sure code is not inlined into loader ([e3ba024](https://github.com/herberttn/bytenode-webpack-plugin/commit/e3ba024791595ca5484356d52b2072b806c7f979))
12+
113
# [2.3.0-rc.1](https://github.com/herberttn/bytenode-webpack-plugin/compare/v2.2.0...v2.3.0-rc.1) (2022-12-14)
214

315

package-lock.json

+2-2
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-rc.1",
4+
"version": "2.3.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)