Skip to content

Commit

Permalink
chore(release): 1.0.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.5](kenryu42/ethereum-nft-sales-bot@v1.0.4...v1.0.5) (2023-02-24)

### Bug Fixes

* add missing opensea reserved sale event parser ([109fef9](kenryu42@109fef9))
* seaport double counting amount ([d2f9280](kenryu42@d2f9280))
  • Loading branch information
semantic-release-bot committed Feb 24, 2023
1 parent 3ca4cad commit 6460271
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.0.5](https://github.com/kenryu42/ethereum-nft-sales-bot/compare/v1.0.4...v1.0.5) (2023-02-24)


### Bug Fixes

* add missing opensea reserved sale event parser ([109fef9](https://github.com/kenryu42/ethereum-nft-sales-bot/commit/109fef94717a5f832f9c274d77e0398515030dfb))
* seaport double counting amount ([d2f9280](https://github.com/kenryu42/ethereum-nft-sales-bot/commit/d2f9280cb5129a64635af709d6a6eafa0c5b9b50))

## [1.0.4](https://github.com/kenryu42/ethereum-nft-sales-bot/compare/v1.0.3...v1.0.4) (2023-02-19)


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": "enft",
"version": "1.0.4",
"version": "1.0.5",
"description": "An ethereum NFT events monitoring sdk.",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
Expand Down

0 comments on commit 6460271

Please sign in to comment.