Skip to content

Commit

Permalink
chore(release): 1.1.0-beta.3
Browse files Browse the repository at this point in the history
# [1.1.0-beta.3](v1.1.0-beta.2...v1.1.0-beta.3) (2024-07-30)

### Bug Fixes

* required deposit fix when available storage is higher than needed ([#40](#40)) ([99f9e8d](99f9e8d))
  • Loading branch information
nearbuilder committed Jul 30, 2024
1 parent 99f9e8d commit 7228ba4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.1.0-beta.3](https://github.com/NEARBuilders/near-social-js/compare/v1.1.0-beta.2...v1.1.0-beta.3) (2024-07-30)


### Bug Fixes

* required deposit fix when available storage is higher than needed ([#40](https://github.com/NEARBuilders/near-social-js/issues/40)) ([99f9e8d](https://github.com/NEARBuilders/near-social-js/commit/99f9e8de55d5410ff34f553348d978fe075e6fbf))

# [1.1.0-beta.2](https://github.com/NEARBuilders/near-social-js/compare/v1.1.0-beta.1...v1.1.0-beta.2) (2024-07-25)


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": "@builddao/near-social-js",
"version": "1.1.0-beta.2",
"version": "1.1.0-beta.3",
"description": "A JavaScript SDK for interacting with the social contract (social.near) with helper functions for typical social features.",
"homepage": "https://nearbuilders.github.io/near-social-js/",
"main": "dist/index.js",
Expand Down

0 comments on commit 7228ba4

Please sign in to comment.