diff --git a/CHANGELOG.md b/CHANGELOG.md index f45b31d..d94cea7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [17.0.4](https://github.com/kyubisation/angular-server-side-configuration/compare/v17.0.3...v17.0.4) (2024-05-12) + ### [17.0.3](https://github.com/kyubisation/angular-server-side-configuration/compare/v17.0.2...v17.0.3) (2024-05-11) ### Bug Fixes diff --git a/README.md b/README.md index a4d9ba7..ad924e9 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,7 @@ Dockerfile FROM nginx:alpine # Install ngssc binary -ADD https://github.com/kyubisation/angular-server-side-configuration/releases/download/v17.0.3/ngssc_64bit /usr/sbin/ngssc +ADD https://github.com/kyubisation/angular-server-side-configuration/releases/download/v17.0.4/ngssc_64bit /usr/sbin/ngssc RUN chmod +x /usr/sbin/ngssc # Add ngssc init script diff --git a/package.json b/package.json index 3754f8c..7c902da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-server-side-configuration", - "version": "17.0.3", + "version": "17.0.4", "description": "Configure an angular application on the server", "scripts": { "build:lib": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only ./scripts/build-lib.mts", diff --git a/projects/angular-server-side-configuration/package.json b/projects/angular-server-side-configuration/package.json index 2d18e7f..49c3caa 100644 --- a/projects/angular-server-side-configuration/package.json +++ b/projects/angular-server-side-configuration/package.json @@ -1,6 +1,6 @@ { "name": "angular-server-side-configuration", - "version": "17.0.3", + "version": "17.0.4", "description": "Configure an angular application on the server", "repository": { "type": "git", diff --git a/projects/angular-server-side-configuration/schematics/migration.json b/projects/angular-server-side-configuration/schematics/migration.json index 5fe5f49..e9777ed 100644 --- a/projects/angular-server-side-configuration/schematics/migration.json +++ b/projects/angular-server-side-configuration/schematics/migration.json @@ -12,9 +12,9 @@ "factory": "./ng-update/index#updateToV17" }, "dockerfile": { - "version": "17.0.3", + "version": "17.0.4", "description": "Updates the download url for ngssc", "factory": "./ng-update/index#dockerfile" } } -} +} \ No newline at end of file