Skip to content

Commit

Permalink
chore: release 1.4.0 (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 17, 2021
1 parent d7eb235 commit cf3d1f1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions esbuild-node-externals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.4.0](https://www.github.com/pradel/esbuild-node-externals/compare/v1.3.0...v1.4.0) (2021-11-17)


### Features

* allow allowList to target sub imports ([#20](https://www.github.com/pradel/esbuild-node-externals/issues/20)) ([d7eb235](https://www.github.com/pradel/esbuild-node-externals/commit/d7eb23522424e26fe849c0ce1b51985e358053fd))
* upgrade esbuild to ^0.13.0 ([#22](https://www.github.com/pradel/esbuild-node-externals/issues/22)) ([52bd661](https://www.github.com/pradel/esbuild-node-externals/commit/52bd661e54891cab5581028fdec51a7040bc2ac6))


### Miscellaneous

* upgrade dependencies ([#24](https://www.github.com/pradel/esbuild-node-externals/issues/24)) ([ddac31f](https://www.github.com/pradel/esbuild-node-externals/commit/ddac31fef609d9ac41f9e084bb1202a50820c16c))

## [1.3.0](https://www.github.com/pradel/esbuild-node-externals/compare/v1.2.0...v1.3.0) (2021-06-22)


Expand Down
2 changes: 1 addition & 1 deletion esbuild-node-externals/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esbuild-node-externals",
"version": "1.3.0",
"version": "1.4.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand Down

0 comments on commit cf3d1f1

Please sign in to comment.