Skip to content

Commit 90ca1ee

Browse files
chore(release): 2.3.0-rc.1 [skip ci]
# [2.3.0-rc.1](v2.2.0...v2.3.0-rc.1) (2022-12-14) ### Bug Fixes * ensure node v14 support ([b806764](b806764)) ### Features * make sure code is not inlined into loader ([50ca69d](50ca69d))
1 parent c3fb958 commit 90ca1ee

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-rc.1](https://github.com/herberttn/bytenode-webpack-plugin/compare/v2.2.0...v2.3.0-rc.1) (2022-12-14)
2+
3+
4+
### Bug Fixes
5+
6+
* ensure node v14 support ([b806764](https://github.com/herberttn/bytenode-webpack-plugin/commit/b806764f8b917aa1493114c69c1932ea8b982e34))
7+
8+
9+
### Features
10+
11+
* make sure code is not inlined into loader ([50ca69d](https://github.com/herberttn/bytenode-webpack-plugin/commit/50ca69dcf7a9b11c70fe32a2fa8d1173104c1f8c))
12+
113
# [2.2.0](https://github.com/herberttn/bytenode-webpack-plugin/compare/v2.1.1...v2.2.0) (2022-11-03)
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.2.0",
4+
"version": "2.3.0-rc.1",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)