Skip to content

Commit

Permalink
release: 🚀v0.25.7
Browse files Browse the repository at this point in the history
  • Loading branch information
siriusyim committed Apr 6, 2024
1 parent beffbb2 commit a2b6704
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@


## [0.25.7](https://github.com/dataswap/dataswapjs/compare/0.25.6...0.25.7) (2024-04-06)


### Bug Fixes

* 🐛 fix updateReplica of CarMongoDatastore ([beffbb2](https://github.com/dataswap/dataswapjs/commit/beffbb2e7c3f46b9862790f6a8f8a9477de714b6)), closes [#348](https://github.com/dataswap/dataswapjs/issues/348)
* 🐛 getMatchings of DatasetRequirementMongoDatastore ([30b610f](https://github.com/dataswap/dataswapjs/commit/30b610fcb8c41ca9b14a9e5932d48cdf4b0405c2)), closes [#349](https://github.com/dataswap/dataswapjs/issues/349)
* 🐛 getMatchingStorageOverview bug ([f21adc5](https://github.com/dataswap/dataswapjs/commit/f21adc53b9eac25696dd654de10d7bb5ceaac42e)), closes [#350](https://github.com/dataswap/dataswapjs/issues/350)
* 🐛 update abi version to 0.9.7 ([8112c87](https://github.com/dataswap/dataswapjs/commit/8112c87efbe0eef1e02d9b4a6c66adda05a3b505)), closes [#351](https://github.com/dataswap/dataswapjs/issues/351)

## [0.25.6](https://github.com/dataswap/dataswapjs/compare/0.25.5...0.25.6) (2024-03-27)


Expand Down
4 changes: 2 additions & 2 deletions 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": "@dataswapjs/dataswapjs",
"version": "0.25.6",
"version": "0.25.7",
"description": "dataswap sdk",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit a2b6704

Please sign in to comment.