From 7c104dfc806daddf197fac71656ec9e8d0e0803d Mon Sep 17 00:00:00 2001 From: Lukas Spirig Date: Sun, 5 Jun 2022 01:33:35 +0200 Subject: [PATCH] chore(release): 14.0.1 --- CHANGELOG.md | 7 +++++++ README.md | 2 +- package.json | 2 +- projects/angular-server-side-configuration/package.json | 2 +- .../schematics/migration.json | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 355879f..52ef704 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [14.0.1](https://github.com/kyubisation/angular-server-side-configuration/compare/v14.0.0...v14.0.1) (2022-06-04) + + +### Bug Fixes + +* update peer dependencies version range ([04d6f55](https://github.com/kyubisation/angular-server-side-configuration/commit/04d6f55ca276cd4a1007b116f8befe4bf82942c3)) + ## [14.0.0](https://github.com/kyubisation/angular-server-side-configuration/compare/v13.2.1...v14.0.0) (2022-06-04) diff --git a/README.md b/README.md index 384f3a5..213f869 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ Dockerfile FROM nginx:alpine # Install ngssc binary -ADD https://github.com/kyubisation/angular-server-side-configuration/releases/download/v14.0.0/ngssc_64bit /usr/sbin/ngssc +ADD https://github.com/kyubisation/angular-server-side-configuration/releases/download/v14.0.1/ngssc_64bit /usr/sbin/ngssc RUN chmod +x /usr/sbin/ngssc # Add ngssc init script diff --git a/package.json b/package.json index f072c14..7619b43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-server-side-configuration", - "version": "14.0.0", + "version": "14.0.1", "description": "Configure an angular application on the server", "scripts": { "build:lib": "ts-node --project scripts/tsconfig.json ./scripts/build-lib.ts", diff --git a/projects/angular-server-side-configuration/package.json b/projects/angular-server-side-configuration/package.json index a1b606b..53e3ed9 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": "14.0.0", + "version": "14.0.1", "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 cda5134..6b7c673 100644 --- a/projects/angular-server-side-configuration/schematics/migration.json +++ b/projects/angular-server-side-configuration/schematics/migration.json @@ -12,7 +12,7 @@ "factory": "./ng-update/index#updateToV9" }, "dockerfile": { - "version": "14.0.0", + "version": "14.0.1", "description": "Updates the download url for ngssc", "factory": "./ng-update/index#dockerfile" }