Skip to content

Commit 4b5468f

Browse files
author
JeB
committed
ci(release): publish
- @angular-builders/[email protected]
1 parent 78e2006 commit 4b5468f

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+
## [19.1.0-beta.0](https://github.com/just-jeb/angular-builders/compare/@angular-builders/[email protected]...@angular-builders/[email protected]) (2025-02-11)
7+
8+
### Features
9+
10+
* **custom-esbuild:** expose current target to index html transform ([#1877](https://github.com/just-jeb/angular-builders/issues/1877)) ([78e2006](https://github.com/just-jeb/angular-builders/commit/78e200609bbdbc7d5d9bc76f5675283bdefc871b))
11+
612
## [19.0.0](https://github.com/just-jeb/angular-builders/compare/@angular-builders/[email protected]...@angular-builders/[email protected]) (2025-01-05)
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": "19.0.0",
3+
"version": "19.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)