Skip to content

Commit

Permalink
Release v10.4.1, bumping stellar-base (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
piyalbasu authored Dec 13, 2022
1 parent 9926203 commit 165ee6b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ A breaking change will get clearly marked in this log.
## Unreleased


## [v10.4.1](https://github.com/stellar/js-stellar-sdk/compare/v10.4.0...v10.4.1)

### Update

- Bumps `stellar-base` version to [v8.2.2](https://github.com/stellar/js-stellar-base/releases/tag/v8.2.2) to include latest fix: enabling fast signing in service workers ([#806](https://github.com/stellar/js-stellar-sdk/pull/806)).


## [v10.4.0](https://github.com/stellar/js-stellar-sdk/compare/v10.3.0...v10.4.0)

### Add
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stellar-sdk",
"version": "10.4.0",
"version": "10.4.1",
"description": "stellar-sdk is a library for working with the Stellar Horizon server.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -138,7 +138,7 @@
"eventsource": "^1.1.1",
"lodash": "^4.17.21",
"randombytes": "^2.1.0",
"stellar-base": "^8.2.1",
"stellar-base": "^8.2.2",
"toml": "^2.3.0",
"tslib": "^1.10.0",
"urijs": "^1.19.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7829,10 +7829,10 @@ static-extend@^0.1.1:
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=

stellar-base@^8.2.1:
version "8.2.1"
resolved "https://registry.yarnpkg.com/stellar-base/-/stellar-base-8.2.1.tgz#9d4259760ce61bc232e1045273cb2424a9950cb3"
integrity sha512-rtTrAxkKq+ppE88xJSqEt9Lsp9bjpx3n0jn5QdqsWHvuo6EQ4yd1ODZe3P7ueEPyMfillc2BIZEV+p4Y9ndJQA==
stellar-base@^8.2.2:
version "8.2.2"
resolved "https://registry.yarnpkg.com/stellar-base/-/stellar-base-8.2.2.tgz#acae1eec0afd95e9e7a292086a310a32b957a65c"
integrity sha512-YVCIuJXU1bPn+vU0ded+g0D99DcpYXH9CEXfpYEDc4Gf04h65YjOVhGojQBm1hqVHq3rKT7m1tgfNACkU84FTA==
dependencies:
base32.js "^0.1.0"
bignumber.js "^4.0.0"
Expand Down

0 comments on commit 165ee6b

Please sign in to comment.