From e90d0dbb3811f787c4ae88543785ae66fe33d8d4 Mon Sep 17 00:00:00 2001 From: Lukas Spirig Date: Fri, 30 Aug 2024 17:46:47 +0200 Subject: [PATCH] chore(release): 18.2.0 --- CHANGELOG.md | 9 ++++++++- README.md | 2 +- package.json | 2 +- projects/angular-server-side-configuration/package.json | 4 ++-- .../schematics/migration.json | 4 ++-- 5 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90177d4..7aaaf95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 8fcb5a9..5747fa1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 98ad1f2..ebbc582 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/projects/angular-server-side-configuration/package.json b/projects/angular-server-side-configuration/package.json index e08b3c8..53b6a92 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": "18.1.0", + "version": "18.2.0", "description": "Configure an angular application on the server", "repository": { "type": "git", @@ -32,4 +32,4 @@ "dependencies": { "glob": "^10.0.0" } -} +} \ No newline at end of file diff --git a/projects/angular-server-side-configuration/schematics/migration.json b/projects/angular-server-side-configuration/schematics/migration.json index 75b1c60..b451d0b 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": "18.1.0", + "version": "18.2.0", "description": "Updates the download url for ngssc", "factory": "./ng-update/index#dockerfile" } } -} +} \ No newline at end of file