Skip to content

Commit 1b0decd

Browse files
author
JeB
committedNov 11, 2024
ci(release): publish
- @angular-builders/custom-esbuild@18.1.0-beta.0
1 parent 9fbd32b commit 1b0decd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎packages/custom-esbuild/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [18.1.0-beta.0](https://github.com/just-jeb/angular-builders/compare/@angular-builders/custom-esbuild@18.0.1-beta.0...@angular-builders/custom-esbuild@18.1.0-beta.0) (2024-11-11)
7+
8+
### Features
9+
10+
* **custom-esbuild:** add support for plugin configuration ([#1683](https://github.com/just-jeb/angular-builders/issues/1683)) ([9fbd32b](https://github.com/just-jeb/angular-builders/commit/9fbd32b0cc279bd9b6eaac1625d25b0c5c78406b))
11+
612
## [18.0.1-beta.0](https://github.com/just-jeb/angular-builders/compare/@angular-builders/custom-esbuild@18.0.0...@angular-builders/custom-esbuild@18.0.1-beta.0) (2024-07-23)
713

814
**Note:** Version bump only for package @angular-builders/custom-esbuild

‎packages/custom-esbuild/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-builders/custom-esbuild",
3-
"version": "18.0.1-beta.0",
3+
"version": "18.1.0-beta.0",
44
"description": "Custom esbuild builders for Angular build facade. Allow to modify Angular build configuration without ejecting it",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)