diff --git a/.github/ISSUE_TEMPLATE/bug_report_template.yml b/.github/ISSUE_TEMPLATE/bug_report_template.yml index ad0feb4..0c2a261 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_template.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_template.yml @@ -26,6 +26,7 @@ body: label: Version description: What version of the software are you running? options: + - 1.1.0 - 1.0.1 - 1.0.0 validations: diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f58036..80e71d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/NEARBuilders/near-social-js/compare/v1.0.1...v1.1.0) (2024-08-19) + + +### Features + +* wallet support for frontend apps and API server methods ([#43](https://github.com/NEARBuilders/near-social-js/issues/43)) ([83bb3a6](https://github.com/NEARBuilders/near-social-js/commit/83bb3a6c4610a28bb4599a5be1ce2278a82ca989)), closes [#35](https://github.com/NEARBuilders/near-social-js/issues/35) [#35](https://github.com/NEARBuilders/near-social-js/issues/35) [#38](https://github.com/NEARBuilders/near-social-js/issues/38) [#38](https://github.com/NEARBuilders/near-social-js/issues/38) [#40](https://github.com/NEARBuilders/near-social-js/issues/40) [#40](https://github.com/NEARBuilders/near-social-js/issues/40) [#33](https://github.com/NEARBuilders/near-social-js/issues/33) [#33](https://github.com/NEARBuilders/near-social-js/issues/33) [#42](https://github.com/NEARBuilders/near-social-js/issues/42) [#42](https://github.com/NEARBuilders/near-social-js/issues/42) + # [1.1.0-beta.5](https://github.com/NEARBuilders/near-social-js/compare/v1.1.0-beta.4...v1.1.0-beta.5) (2024-08-05) diff --git a/package.json b/package.json index 570b80c..1341812 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@builddao/near-social-js", - "version": "1.1.0-beta.5", + "version": "1.1.0", "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",