Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.5
Browse files Browse the repository at this point in the history
# [1.0.0-beta.5](v1.0.0-beta.4...v1.0.0-beta.5) (2024-07-05)

### Features

* check for write permissions for each key in the set function ([#23](#23)) ([f95db02](f95db02))
  • Loading branch information
nearbuilder committed Jul 5, 2024
1 parent f95db02 commit 3ed2a18
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.0.0-beta.5](https://github.com/NEARBuilders/near-social-js/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2024-07-05)


### Features

* check for write permissions for each key in the set function ([#23](https://github.com/NEARBuilders/near-social-js/issues/23)) ([f95db02](https://github.com/NEARBuilders/near-social-js/commit/f95db020e02e4b77956d6058dc2d59778eb803a1))

# [1.0.0-beta.4](https://github.com/NEARBuilders/near-social-js/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2024-06-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.0.0",
"version": "1.0.0-beta.5",
"description": "A JavaScript SDK for interacting with the social contract (social.near) with helper functions for typical social features.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 3ed2a18

Please sign in to comment.