Skip to content

Commit

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

### Bug Fixes

* **readme:** broken docs link on readme ([#32](#32)) ([b5235e4](b5235e4))
  • Loading branch information
nearbuilder committed Jul 5, 2024
1 parent b5235e4 commit b8bb3cb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ body:
label: Version
description: What version of the software are you running?
options:
- 1.0.1
- 1.0.0
validations:
required: true
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.1](https://github.com/NEARBuilders/near-social-js/compare/v1.0.0...v1.0.1) (2024-07-05)


### Bug Fixes

* **readme:** broken docs link on readme ([#32](https://github.com/NEARBuilders/near-social-js/issues/32)) ([b5235e4](https://github.com/NEARBuilders/near-social-js/commit/b5235e46a969d615fb159f4ed2c3fbf983b1f255))

# 1.0.0 (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",
"version": "1.0.1",
"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 b8bb3cb

Please sign in to comment.