Skip to content

Commit

Permalink
chore(release): 17.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kyubisation committed May 12, 2024
1 parent a7909f6 commit a233f81
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.5](https://github.com/kyubisation/angular-server-side-configuration/compare/v17.0.4...v17.0.5) (2024-05-12)

### [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)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -253,7 +253,7 @@ Dockerfile
FROM nginx:alpine

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

# Add ngssc init script
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-server-side-configuration",
"version": "17.0.4",
"version": "17.0.5",
"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",
2 changes: 1 addition & 1 deletion projects/angular-server-side-configuration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-server-side-configuration",
"version": "17.0.4",
"version": "17.0.5",
"description": "Configure an angular application on the server",
"repository": {
"type": "git",
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
"factory": "./ng-update/index#updateToV17"
},
"dockerfile": {
"version": "17.0.4",
"version": "17.0.5",
"description": "Updates the download url for ngssc",
"factory": "./ng-update/index#dockerfile"
}

0 comments on commit a233f81

Please sign in to comment.