Skip to content

Commit 43c872c

Browse files
committed
Version bump to 2.15.0
This commit was auto generated by a tool!
1 parent cce209e commit 43c872c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alpacahq/alpaca-trade-api",
3-
"version": "2.14.0",
3+
"version": "2.15.0",
44
"description": "Javascript library for the Alpaca Trade API",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

tools/tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ echo ""
2222
case $YN in
2323
y|Y )
2424
echo "Okay, committing this change";
25-
git commit -m "Version bump to $VERSION" -m "This commit was auto generated by a tool!"
25+
git commit -am "Version bump to $VERSION" -m "This commit was auto generated by a tool!"
2626
git tag -a "v$VERSION" -m "Version bump to $VERSION" -m "This tag was auto generated by a tool!"
2727
git tag --sort -refname | head -n 5
2828
echo "Done!"

0 commit comments

Comments
 (0)