Skip to content

Commit

Permalink
fix(ci): travis config bug, update changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell committed Aug 13, 2018
1 parent e2e8ad5 commit 5927bbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cache:
notifications:
email: false
before_deploy:
- yarn install now --no-save
- yarn add now --no-save
- now rm mi18n --token $NOW_TOKEN --yes || true
deploy:
- provider: script
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# mi18n Changelog

- v0.4.2 - Add semantic release script, fix deploy bug, update changelog.md
- v0.4.1 - Change `preloaded` to override, fix bug where overrides would replace loaded languages
- v0.3.4 - Merge pull request #8 from kevinchappell/chore/update-test
- v0.3.3 - Merge pull request #3 from Draggable/async
- v0.3.2 - Merge pull request #2 from Draggable/hotfix/update-tagger
Expand Down

0 comments on commit 5927bbe

Please sign in to comment.