Skip to content

Commit

Permalink
release v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
drinchev authored and JonathanStoye committed Jul 31, 2019
1 parent 88bdbb4 commit 3309094
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightelligence/react",
"version": "0.7.1",
"version": "0.7.2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
1 change: 0 additions & 1 deletion scripts/tag-commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ if [[ $TRAVIS_COMMIT_MESSAGE =~ ^release ]]; then
git config --local user.name "lightelligence-bot"
git config --local user.email "support@lightelligence.io"
export TRAVIS_TAG=$(node -p "require('./package.json').version")
git tag $TRAVIS_TAG
fi

0 comments on commit 3309094

Please sign in to comment.