Skip to content

Commit 05deba5

Browse files
author
Bryan Guillen
committed
Bump version to: 0.4.0 [skip ci]
1 parent 12cd842 commit 05deba5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bguillen-tcs/auto-poc",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "POC for Auto (https://intuit.github.io/auto/index), used to learn more about and its capabilities. ",
55
"main": "dist/index.js",
66
"publishConfig": {
@@ -42,5 +42,7 @@
4242
],
4343
"onlyPublishWithReleaseLabel": true
4444
},
45-
"files": ["dist/**/*"]
45+
"files": [
46+
"dist/**/*"
47+
]
4648
}

0 commit comments

Comments
 (0)