Skip to content

Commit 6d7ecf7

Browse files
chore(release): 1.35.0 [skip ci]
1 parent 74b511f commit 6d7ecf7

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [1.35.0](https://github.com/Greenstand/treetracker-wallet-api/compare/v1.34.0...v1.35.0) (2024-03-21)
2+
3+
4+
### Features
5+
6+
* enable pagination in trustGet through limit and offset query params ([7e9b69b](https://github.com/Greenstand/treetracker-wallet-api/commit/7e9b69bdc610b57d860be38b7943fad91fcb8626))
7+
* **package.json:** add server-debug script ([512f50f](https://github.com/Greenstand/treetracker-wallet-api/commit/512f50fd033e14e1f935f9de7084b289a48989b5))
8+
* **trust.js:** add getAllTrustRelationships function ([e40ba05](https://github.com/Greenstand/treetracker-wallet-api/commit/e40ba054b316fd1a1febaf5d2daa7965c4e097b8))
9+
* **trustrepository.js:** add getAllByFilter function ([8b24f35](https://github.com/Greenstand/treetracker-wallet-api/commit/8b24f35658b831f9f92e5d5a72f4a21e0021701a))
10+
* **trustservice.js:** update getAllTrustRelationships ([27b478c](https://github.com/Greenstand/treetracker-wallet-api/commit/27b478c8a4119929a64ac67231a1744a93400a8e))
11+
112
# [1.34.0](https://github.com/Greenstand/treetracker-wallet-api/compare/v1.33.0...v1.34.0) (2024-01-24)
213

314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "treetracker",
3-
"version": "1.34.0",
3+
"version": "1.35.0",
44
"description": "https://documenter.getpostman.com/view/10112806/SWTD8H5x?version=latest",
55
"private": true,
66
"main": "server/server.js",

0 commit comments

Comments
 (0)