Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
# 1.0.0 (2024-07-05)

### Features

* adding more change methods from the social contract ([#9](#9)) ([1605f62](1605f62))
* change blockhash and nonce parameters to be optional ([#20](#20)) ([7f1cf2e](7f1cf2e))
* check for write permissions for each key in the set function ([#23](#23)) ([f95db02](f95db02))
* implement function for grant write permission ([#16](#16)) ([f3047c7](f3047c7))
* implement function for set ([#6](#6)) ([8b7406f](8b7406f))
  • Loading branch information
nearbuilder committed Jul 5, 2024
1 parent ce964a4 commit 72413d6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 1.0.0 (2024-07-05)


### Features

* adding more change methods from the social contract ([#9](https://github.com/NEARBuilders/near-social-js/issues/9)) ([1605f62](https://github.com/NEARBuilders/near-social-js/commit/1605f62407cf3d091e24e391059dab02db3f9839))
* change blockhash and nonce parameters to be optional ([#20](https://github.com/NEARBuilders/near-social-js/issues/20)) ([7f1cf2e](https://github.com/NEARBuilders/near-social-js/commit/7f1cf2ee2e5d743a1a37bc0b5f6e774e8900e41a))
* 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))
* implement function for grant write permission ([#16](https://github.com/NEARBuilders/near-social-js/issues/16)) ([f3047c7](https://github.com/NEARBuilders/near-social-js/commit/f3047c7a66bc5309a8f66df85f72e68e5e39bcfc))
* implement function for set ([#6](https://github.com/NEARBuilders/near-social-js/issues/6)) ([8b7406f](https://github.com/NEARBuilders/near-social-js/commit/8b7406fb8632588726c8bcba82ace55b963e01d0))

# [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)


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-beta.5",
"version": "1.0.0",
"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 72413d6

Please sign in to comment.