Skip to content

Commit 5151518

Browse files
committed
build: increment version in package.json
1 parent aac8ca2 commit 5151518

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-server-side-configuration",
3-
"version": "10.2.0",
3+
"version": "11.0.0",
44
"description": "Configure an angular application on the server",
55
"builders": "./builders/builders.json",
66
"schematics": "./schematics/collection.json",
@@ -82,6 +82,10 @@
8282
},
8383
"standard-version": {
8484
"bumpFiles": [
85+
{
86+
"filename": "package.json",
87+
"type": "json"
88+
},
8589
{
8690
"filename": "package-lock.json",
8791
"type": "json"

0 commit comments

Comments
 (0)