From b95749d5347ab6cb3601cce86d6dd9a74fbffb70 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 13:36:04 +0200 Subject: [PATCH] chore(main): release 1.15.0 (#66) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- esbuild-node-externals/CHANGELOG.md | 7 +++++++ esbuild-node-externals/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/esbuild-node-externals/CHANGELOG.md b/esbuild-node-externals/CHANGELOG.md index 5060dd7..0132a97 100644 --- a/esbuild-node-externals/CHANGELOG.md +++ b/esbuild-node-externals/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.15.0](https://github.com/pradel/esbuild-node-externals/compare/v1.14.0...v1.15.0) (2024-09-26) + + +### Features + +* add esbuild 0.24 to allowed range, extend integration test ([#65](https://github.com/pradel/esbuild-node-externals/issues/65)) ([9c86592](https://github.com/pradel/esbuild-node-externals/commit/9c865925874cb960163bda777ae030a13af962ff)) + ## [1.14.0](https://github.com/pradel/esbuild-node-externals/compare/v1.13.1...v1.14.0) (2024-07-09) diff --git a/esbuild-node-externals/package.json b/esbuild-node-externals/package.json index 8c28063..fbd2524 100644 --- a/esbuild-node-externals/package.json +++ b/esbuild-node-externals/package.json @@ -1,6 +1,6 @@ { "name": "esbuild-node-externals", - "version": "1.14.0", + "version": "1.15.0", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": {