Skip to content

Commit 7fed155

Browse files
chore: release 1.12.0 (#55)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8e6e809 commit 7fed155

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.12.0](https://www.github.com/pradel/esbuild-node-externals/compare/v1.11.0...v1.12.0) (2023-12-20)
4+
5+
6+
### Features
7+
8+
* handle esbuild `absWorkingDir` option ([#52](https://www.github.com/pradel/esbuild-node-externals/issues/52)) ([8e6e809](https://www.github.com/pradel/esbuild-node-externals/commit/8e6e809d4d643e97991d58df3e14c7d56f2c73e0))
9+
10+
11+
### Bug Fixes
12+
13+
* enhance workspaced deps filter ([#53](https://www.github.com/pradel/esbuild-node-externals/issues/53)) ([83ed85a](https://www.github.com/pradel/esbuild-node-externals/commit/83ed85a9ba1a3670551bdb9bdba525d219a56065))
14+
315
## [1.11.0](https://www.github.com/pradel/esbuild-node-externals/compare/v1.10.0...v1.11.0) (2023-11-20)
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.11.0",
3+
"version": "1.12.0",
44
"main": "dist/index.js",
55
"typings": "dist/index.d.ts",
66
"scripts": {

0 commit comments

Comments
 (0)