Skip to content

Commit

Permalink
chore(release): 1.35.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 21, 2024
1 parent 74b511f commit 6d7ecf7
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.35.0](https://github.com/Greenstand/treetracker-wallet-api/compare/v1.34.0...v1.35.0) (2024-03-21)


### Features

* enable pagination in trustGet through limit and offset query params ([7e9b69b](https://github.com/Greenstand/treetracker-wallet-api/commit/7e9b69bdc610b57d860be38b7943fad91fcb8626))
* **package.json:** add server-debug script ([512f50f](https://github.com/Greenstand/treetracker-wallet-api/commit/512f50fd033e14e1f935f9de7084b289a48989b5))
* **trust.js:** add getAllTrustRelationships function ([e40ba05](https://github.com/Greenstand/treetracker-wallet-api/commit/e40ba054b316fd1a1febaf5d2daa7965c4e097b8))
* **trustrepository.js:** add getAllByFilter function ([8b24f35](https://github.com/Greenstand/treetracker-wallet-api/commit/8b24f35658b831f9f92e5d5a72f4a21e0021701a))
* **trustservice.js:** update getAllTrustRelationships ([27b478c](https://github.com/Greenstand/treetracker-wallet-api/commit/27b478c8a4119929a64ac67231a1744a93400a8e))

# [1.34.0](https://github.com/Greenstand/treetracker-wallet-api/compare/v1.33.0...v1.34.0) (2024-01-24)


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": "treetracker",
"version": "1.34.0",
"version": "1.35.0",
"description": "https://documenter.getpostman.com/view/10112806/SWTD8H5x?version=latest",
"private": true,
"main": "server/server.js",
Expand Down

0 comments on commit 6d7ecf7

Please sign in to comment.