Skip to content

Commit

Permalink
build: increment version in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kyubisation committed Nov 16, 2020
1 parent aac8ca2 commit 5151518
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -82,6 +82,10 @@
},
"standard-version": {
"bumpFiles": [
{
"filename": "package.json",
"type": "json"
},
{
"filename": "package-lock.json",
"type": "json"
Expand Down

0 comments on commit 5151518

Please sign in to comment.