From 515151844ebb9155897fe671fcfcc647980bb9cd Mon Sep 17 00:00:00 2001 From: Lukas Spirig Date: Mon, 16 Nov 2020 13:09:21 +0100 Subject: [PATCH] build: increment version in package.json --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ae8010b..27833ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-server-side-configuration", - "version": "10.2.0", + "version": "11.0.0", "description": "Configure an angular application on the server", "builders": "./builders/builders.json", "schematics": "./schematics/collection.json", @@ -82,6 +82,10 @@ }, "standard-version": { "bumpFiles": [ + { + "filename": "package.json", + "type": "json" + }, { "filename": "package-lock.json", "type": "json"