Skip to content

Commit

Permalink
chore(release): 18.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kyubisation committed Aug 30, 2024
1 parent b7aab37 commit e90d0db
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog

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.
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [18.2.0](https://github.com/kyubisation/angular-server-side-configuration/compare/v18.1.0...v18.2.0) (2024-08-30)


### Features

* add nonce placeholder option to cli insert command ([#105](https://github.com/kyubisation/angular-server-side-configuration/issues/105)) ([b7aab37](https://github.com/kyubisation/angular-server-side-configuration/commit/b7aab372f2b711397ad288b3b04824a6296d4033))

## [18.1.0](https://github.com/kyubisation/angular-server-side-configuration/compare/v18.0.1...v18.1.0) (2024-07-10)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ Dockerfile
FROM nginx:alpine

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

# Add ngssc init script
Expand Down
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": "18.1.0",
"version": "18.2.0",
"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",
Expand Down
4 changes: 2 additions & 2 deletions 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": "18.1.0",
"version": "18.2.0",
"description": "Configure an angular application on the server",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,4 +32,4 @@
"dependencies": {
"glob": "^10.0.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"factory": "./ng-update/index#updateToV17"
},
"dockerfile": {
"version": "18.1.0",
"version": "18.2.0",
"description": "Updates the download url for ngssc",
"factory": "./ng-update/index#dockerfile"
}
}
}
}

0 comments on commit e90d0db

Please sign in to comment.