Skip to content

Commit 054f633

Browse files
committed
Release 4.0.0
1 parent 7982a76 commit 054f633

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

libs/ngx-aws-deploy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jefiozie/ngx-aws-deploy",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
44
"description": "Deploy rou Angular app to Amazon S3 directly from the Angular CLI",
55
"main": "index.js",
66
"builders": "./builders.json",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-deploy",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
44
"license": "MIT",
55
"scripts": {
66
"ng": "nx",
@@ -80,7 +80,7 @@
8080
"tag": true
8181
},
8282
"scripts": {
83-
"postchangelog":"cp CHANGELOG.md ./libs/ngx-aws-deploy"
83+
"postchangelog": "cp CHANGELOG.md ./libs/ngx-aws-deploy"
8484
}
8585
}
86-
}
86+
}

0 commit comments

Comments
 (0)