Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Commit

Permalink
chore(release): 1.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.4](v1.0.3...v1.0.4) (2023-02-19)

### Bug Fixes

* image text wrong padding ([ee47e43](ee47e43))
* possible memory leaks ([10d077e](10d077e))
  • Loading branch information
semantic-release-bot committed Feb 19, 2023
1 parent 604d5e4 commit 02409f4
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.4](https://github.com/kenryu42/ethereum-nft-sales-bot/compare/v1.0.3...v1.0.4) (2023-02-19)


### Bug Fixes

* image text wrong padding ([ee47e43](https://github.com/kenryu42/ethereum-nft-sales-bot/commit/ee47e43b044e5a750719a39d26c00279eb6e80ba))
* possible memory leaks ([10d077e](https://github.com/kenryu42/ethereum-nft-sales-bot/commit/10d077e905e11ea275dc2b9fdb0e764a5a78249b))

## [1.0.1](https://github.com/kenryu42/ethereum-nft-sales-bot/compare/v1.0.0...v1.0.1) (2023-02-18)

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

0 comments on commit 02409f4

Please sign in to comment.