Skip to content

Commit 83f3011

Browse files
chore(main): release 1.14.0 (#63)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9a2de16 commit 83f3011

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

esbuild-node-externals/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.14.0](https://github.com/pradel/esbuild-node-externals/compare/v1.13.1...v1.14.0) (2024-07-09)
4+
5+
6+
### Features
7+
8+
* add esbuild 0.23.0 to allowed range ([#62](https://github.com/pradel/esbuild-node-externals/issues/62)) ([081519b](https://github.com/pradel/esbuild-node-externals/commit/081519b2dec603c7214ba4058acd4afd9ef4f7d7))
9+
10+
11+
### Tests
12+
13+
* fix unit test assert ([#60](https://github.com/pradel/esbuild-node-externals/issues/60)) ([0f3f818](https://github.com/pradel/esbuild-node-externals/commit/0f3f818537d26b4d58fc8ba5924c29debfd647ae))
14+
315
### [1.13.1](https://www.github.com/pradel/esbuild-node-externals/compare/v1.13.0...v1.13.1) (2024-05-07)
416

517

esbuild-node-externals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esbuild-node-externals",
3-
"version": "1.13.1",
3+
"version": "1.14.0",
44
"main": "dist/index.js",
55
"typings": "dist/index.d.ts",
66
"scripts": {

0 commit comments

Comments
 (0)