Skip to content

Commit

Permalink
v4.0.2 (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
abuiles authored Oct 22, 2020
1 parent 9d79fe6 commit 3a13ffd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ deploy:
on:
tags: true
repo: stellar/js-stellar-base
node: 10.16.3
node: 12
- provider: script
script: './bower_publish.sh'
skip_cleanup: true
on:
tags: true
repo: stellar/js-stellar-base
node: 10.16.3
node: 12
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Unreleased

## [v4.0.2](https://github.com/stellar/js-stellar-base/compare/v4.0.1..v4.0.2)

## Update

- Fix deployment script.


## [v4.0.1](https://github.com/stellar/js-stellar-base/compare/v4.0.0..v4.0.1)

## Update
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stellar-base",
"version": "4.0.1",
"version": "4.0.2",
"description": "Low level stellar support library",
"main": "./lib/index.js",
"types": "./types/index.d.ts",
Expand Down

0 comments on commit 3a13ffd

Please sign in to comment.