Skip to content

Commit e90d0db

Browse files
committed
chore(release): 18.2.0
1 parent b7aab37 commit e90d0db

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

3-
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.
3+
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.
4+
5+
## [18.2.0](https://github.com/kyubisation/angular-server-side-configuration/compare/v18.1.0...v18.2.0) (2024-08-30)
6+
7+
8+
### Features
9+
10+
* 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))
411

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

README.md

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

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

260260
# 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": "18.1.0",
3+
"version": "18.2.0",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-server-side-configuration",
3-
"version": "18.1.0",
3+
"version": "18.2.0",
44
"description": "Configure an angular application on the server",
55
"repository": {
66
"type": "git",
@@ -32,4 +32,4 @@
3232
"dependencies": {
3333
"glob": "^10.0.0"
3434
}
35-
}
35+
}

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": "18.1.0",
15+
"version": "18.2.0",
1616
"description": "Updates the download url for ngssc",
1717
"factory": "./ng-update/index#dockerfile"
1818
}
1919
}
20-
}
20+
}

0 commit comments

Comments
 (0)