From 99313a3a1a617f02119e222f6f1fefed0bfcde7c Mon Sep 17 00:00:00 2001 From: Lukas Spirig Date: Tue, 18 May 2021 14:29:43 +0200 Subject: [PATCH] chore(release): 12.0.0 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- package-lock.json | 2 +- package.json | 2 +- schematics/migration.json | 4 ++-- 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2c436c..e7c6eba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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. +## [12.0.0](https://github.com/kyubisation/angular-server-side-configuration/compare/v11.0.2...v12.0.0) (2021-05-18) + + +### ⚠ BREAKING CHANGES + +* Updated to support version 12 of Angular + +* update to Angular 12 ([e9c7378](https://github.com/kyubisation/angular-server-side-configuration/commit/e9c7378f3f15e56339d1781c0808bf883adf23fe)) + ### [11.0.2](https://github.com/kyubisation/angular-server-side-configuration/compare/v11.0.1...v11.0.2) (2020-12-03) ### Bug Fixes diff --git a/README.md b/README.md index d847cca..b1872af 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ Dockerfile FROM nginx:alpine # Install ngssc binary -ADD https://github.com/kyubisation/angular-server-side-configuration/releases/download/v11.0.2/ngssc_64bit /usr/sbin/ngssc +ADD https://github.com/kyubisation/angular-server-side-configuration/releases/download/v12.0.0/ngssc_64bit /usr/sbin/ngssc RUN chmod +x /usr/sbin/ngssc # Add ngssc init script diff --git a/package-lock.json b/package-lock.json index 9a370cb..4b5456b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "angular-server-side-configuration", - "version": "11.0.2", + "version": "12.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 40a5c99..8f7bd20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-server-side-configuration", - "version": "11.0.2", + "version": "12.0.0", "description": "Configure an angular application on the server", "builders": "./builders/builders.json", "schematics": "./schematics/collection.json", diff --git a/schematics/migration.json b/schematics/migration.json index 6263026..f009d31 100644 --- a/schematics/migration.json +++ b/schematics/migration.json @@ -12,9 +12,9 @@ "factory": "./ng-update/index#updateToV9" }, "dockerfile": { - "version": "11.0.2", + "version": "12.0.0", "description": "Updates the download url for ngssc", "factory": "./ng-update/index#dockerfile" } } -} +} \ No newline at end of file