Skip to content

Commit d009425

Browse files
committed
chore(release): 17.0.4
1 parent 5ad778f commit d009425

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [17.0.4](https://github.com/kyubisation/angular-server-side-configuration/compare/v17.0.3...v17.0.4) (2024-05-12)
6+
57
### [17.0.3](https://github.com/kyubisation/angular-server-side-configuration/compare/v17.0.2...v17.0.3) (2024-05-11)
68

79
### Bug Fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ Dockerfile
253253
FROM nginx:alpine
254254

255255
# Install ngssc binary
256-
ADD https://github.com/kyubisation/angular-server-side-configuration/releases/download/v17.0.3/ngssc_64bit /usr/sbin/ngssc
256+
ADD https://github.com/kyubisation/angular-server-side-configuration/releases/download/v17.0.4/ngssc_64bit /usr/sbin/ngssc
257257
RUN chmod +x /usr/sbin/ngssc
258258

259259
# Add ngssc init script

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-server-side-configuration",
3-
"version": "17.0.3",
3+
"version": "17.0.4",
44
"description": "Configure an angular application on the server",
55
"scripts": {
66
"build:lib": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only ./scripts/build-lib.mts",

projects/angular-server-side-configuration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-server-side-configuration",
3-
"version": "17.0.3",
3+
"version": "17.0.4",
44
"description": "Configure an angular application on the server",
55
"repository": {
66
"type": "git",

projects/angular-server-side-configuration/schematics/migration.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"factory": "./ng-update/index#updateToV17"
1313
},
1414
"dockerfile": {
15-
"version": "17.0.3",
15+
"version": "17.0.4",
1616
"description": "Updates the download url for ngssc",
1717
"factory": "./ng-update/index#dockerfile"
1818
}
1919
}
20-
}
20+
}

0 commit comments

Comments
 (0)