Skip to content

Commit 042ca2b

Browse files
committed
bump to 1.0.0
1 parent 7728caf commit 042ca2b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "aws-profiles",
33
"description": "CLI to manage aws-cli profiles",
4-
"version": "0.0.1",
4+
"version": "1.0.0",
55
"main": "src/index.ts",
66
"license": "MIT",
77
"scripts": {
88
"package": "yarn build && pkg build/main.js -c=package.json",
99
"build": "NODE_ENV=production webpack",
10-
"test": "ava"
10+
"test": "ava",
11+
"release": "sh release.sh"
1112
},
1213
"dependencies": {
1314
"chalk": "^5.0.1",

0 commit comments

Comments
 (0)