Skip to content

Commit ec2dcf4

Browse files
author
nearbuilder
committed
chore(release): 1.1.0
# [1.1.0](v1.0.1...v1.1.0) (2024-08-19) ### Features * wallet support for frontend apps and API server methods ([#43](#43)) ([83bb3a6](83bb3a6)), closes [#35](#35) [#35](#35) [#38](#38) [#38](#38) [#40](#40) [#40](#40) [#33](#33) [#33](#33) [#42](#42) [#42](#42)
1 parent 83bb3a6 commit ec2dcf4

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report_template.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ body:
2626
label: Version
2727
description: What version of the software are you running?
2828
options:
29+
- 1.1.0
2930
- 1.0.1
3031
- 1.0.0
3132
validations:

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.1.0](https://github.com/NEARBuilders/near-social-js/compare/v1.0.1...v1.1.0) (2024-08-19)
2+
3+
4+
### Features
5+
6+
* 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)
7+
18
# [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)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@builddao/near-social-js",
3-
"version": "1.1.0-beta.5",
3+
"version": "1.1.0",
44
"description": "A JavaScript SDK for interacting with the social contract (social.near) with helper functions for typical social features.",
55
"homepage": "https://nearbuilders.github.io/near-social-js/",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)