Skip to content

Commit

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

### Features

* remove near-api-js account object dependency from change functions ([#38](#38)) ([134e463](134e463))
  • Loading branch information
nearbuilder committed Jul 25, 2024
1 parent 134e463 commit 4973ce1
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.2](https://github.com/NEARBuilders/near-social-js/compare/v1.1.0-beta.1...v1.1.0-beta.2) (2024-07-25)


### Features

* remove near-api-js account object dependency from change functions ([#38](https://github.com/NEARBuilders/near-social-js/issues/38)) ([134e463](https://github.com/NEARBuilders/near-social-js/commit/134e4638341febdaf945fe8412479172421332d3))

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


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.1",
"version": "1.1.0-beta.2",
"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 4973ce1

Please sign in to comment.