Skip to content

Commit f866fe9

Browse files
chore(release): 1.11.0 [skip ci]
1 parent 9bb9787 commit f866fe9

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# [1.11.0](https://github.com/Greenstand/treetracker-wallet-api/compare/v1.10.13...v1.11.0) (2023-03-12)
2+
3+
4+
### Bug Fixes
5+
6+
* add create batch wallet endpoint ([08ac1e5](https://github.com/Greenstand/treetracker-wallet-api/commit/08ac1e51afde7b6d9b5278229d85c4c7951272a9))
7+
* add order to token get request ([73cee6a](https://github.com/Greenstand/treetracker-wallet-api/commit/73cee6a47de98212dc38f0d391e06a1cd5c871ab))
8+
* cluster roles ([7f71c5e](https://github.com/Greenstand/treetracker-wallet-api/commit/7f71c5e3f14bf308355b0853362e401b1d4618e3))
9+
* cors policy ([d63d4d3](https://github.com/Greenstand/treetracker-wallet-api/commit/d63d4d380ff896994187e55ce3cddc19d7b637ad))
10+
* dependencies ([9bb9787](https://github.com/Greenstand/treetracker-wallet-api/commit/9bb9787d09d35185b29a975b1e505d2279977f0c))
11+
* error handling ([77d44d5](https://github.com/Greenstand/treetracker-wallet-api/commit/77d44d55e9229c4cbbe005088dee207956a08154))
12+
* error handling ([45def0f](https://github.com/Greenstand/treetracker-wallet-api/commit/45def0fae63f604fc351d1ff4366afc899023983))
13+
* minor fix ([9fb0862](https://github.com/Greenstand/treetracker-wallet-api/commit/9fb08622150a2cb66288ce65458af3aa33be3b04))
14+
* minor fix ([5ed317a](https://github.com/Greenstand/treetracker-wallet-api/commit/5ed317ac255ad2f70881640abf138e1d931fcb2b))
15+
* minor fix ([1012f46](https://github.com/Greenstand/treetracker-wallet-api/commit/1012f46ec34933e4c2619fae3e88f2bacf7ae715))
16+
* minor fix ([831f4f9](https://github.com/Greenstand/treetracker-wallet-api/commit/831f4f909a0ad0f69398b75cc757bd2f66bdfe59))
17+
* minor fix ([008d93b](https://github.com/Greenstand/treetracker-wallet-api/commit/008d93bd1c06d85257f05905e5c2a2044fee4c9d))
18+
* minor fix ([d820201](https://github.com/Greenstand/treetracker-wallet-api/commit/d8202018ef3a069e8883bf884ccf050ff4323f75))
19+
* optional chaining ([629ce05](https://github.com/Greenstand/treetracker-wallet-api/commit/629ce05048fbfca482839ef1ed1dfdf66ef4b308))
20+
* optional chaining ([1c16f21](https://github.com/Greenstand/treetracker-wallet-api/commit/1c16f21945de7c858962a615bd87729624a7ea08))
21+
* remove cors from deployment ([ce26861](https://github.com/Greenstand/treetracker-wallet-api/commit/ce26861c351c60ccad1d12dede8b8bc47ecad2ed))
22+
* semantic release dependency ([7320c5c](https://github.com/Greenstand/treetracker-wallet-api/commit/7320c5cf5061c6662b84d7f2e36284db93f62cad))
23+
* trigger deployment ([7a67763](https://github.com/Greenstand/treetracker-wallet-api/commit/7a67763c1ee6b30462b272e88bbad54130c3d301))
24+
* trogger deployment ([b361de1](https://github.com/Greenstand/treetracker-wallet-api/commit/b361de1ab166d98cf88a6a2c69fc3b57c99fdaa9))
25+
26+
27+
### Features
28+
29+
* add create batch wallet endpoint ([d4e82e0](https://github.com/Greenstand/treetracker-wallet-api/commit/d4e82e0d4fda4be4491109f6ad61c7bed2d5fada))
30+
131
## [1.10.13](https://github.com/Greenstand/treetracker-wallet-api/compare/v1.10.12...v1.10.13) (2023-03-02)
232

333

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.10.13",
3+
"version": "1.11.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)