Skip to content

Commit

Permalink
Version bump to 2.15.0
Browse files Browse the repository at this point in the history
This commit was auto generated by a tool!
  • Loading branch information
drew887 committed Apr 29, 2022
1 parent cce209e commit 43c872c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alpacahq/alpaca-trade-api",
"version": "2.14.0",
"version": "2.15.0",
"description": "Javascript library for the Alpaca Trade API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion tools/tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ echo ""
case $YN in
y|Y )
echo "Okay, committing this change";
git commit -m "Version bump to $VERSION" -m "This commit was auto generated by a tool!"
git commit -am "Version bump to $VERSION" -m "This commit was auto generated by a tool!"
git tag -a "v$VERSION" -m "Version bump to $VERSION" -m "This tag was auto generated by a tool!"
git tag --sort -refname | head -n 5
echo "Done!"
Expand Down

0 comments on commit 43c872c

Please sign in to comment.