Skip to content

Commit

Permalink
chore(release): 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.2.0](v2.1.1...v2.2.0) (2022-11-03)

### Features

* add include and exclude options ([5d0e213](5d0e213))
* warn when compiling to but not targeting electron ([cbf0536](cbf0536))
  • Loading branch information
semantic-release-bot committed Nov 3, 2022
1 parent 7c0e47c commit 448da58
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [2.2.0](https://github.com/herberttn/bytenode-webpack-plugin/compare/v2.1.1...v2.2.0) (2022-11-03)


### Features

* add include and exclude options ([5d0e213](https://github.com/herberttn/bytenode-webpack-plugin/commit/5d0e213e810f2eb60587bd6211120f590fa0c611))
* warn when compiling to but not targeting electron ([cbf0536](https://github.com/herberttn/bytenode-webpack-plugin/commit/cbf05361d5a912522e206de5cdf5d9cd2b7015e3))

## [2.1.1](https://github.com/herberttn/bytenode-webpack-plugin/compare/v2.1.0...v2.1.1) (2022-10-24)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@herberttn/bytenode-webpack-plugin",
"description": "Compile JavaScript into bytecode using bytenode",
"version": "2.1.1",
"version": "2.2.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 448da58

Please sign in to comment.