Skip to content

Commit 9d69300

Browse files
chore(release): 1.32.0 [skip ci]
1 parent fe9733b commit 9d69300

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.32.0](https://github.com/Greenstand/treetracker-wallet-api/compare/v1.31.5...v1.32.0) (2023-10-29)
2+
3+
4+
### Bug Fixes
5+
6+
* bug fix and removed commented blocks ([1074b69](https://github.com/Greenstand/treetracker-wallet-api/commit/1074b69ec9f52210b8d80aab3a31ad78bf7afe45))
7+
* bug fix and removed commented blocks ([06b6c32](https://github.com/Greenstand/treetracker-wallet-api/commit/06b6c324713f6998b4bc5db1bc9215c5dca517ec))
8+
* fixed broken tests ([511de5a](https://github.com/Greenstand/treetracker-wallet-api/commit/511de5a4e71c3763b70c1b13c71a1618592bcb3c))
9+
* replaced 400 error with 422 ([b54b9b8](https://github.com/Greenstand/treetracker-wallet-api/commit/b54b9b8fbb7cd926ce2404055d9c6087fe4eff75))
10+
* replaced error codes ([a14e155](https://github.com/Greenstand/treetracker-wallet-api/commit/a14e1554faa0741a2f59414d0e825601e1d62ad7))
11+
* replaced expect-runtime calls with Joi validation ([1320bf3](https://github.com/Greenstand/treetracker-wallet-api/commit/1320bf36fd4e5e97afba4a0c7cf0e388e961834b))
12+
* replaced expect-runtime calls with Joi validation ([91d58f7](https://github.com/Greenstand/treetracker-wallet-api/commit/91d58f7e67982e32d53a8db198166e87b98416af))
13+
* test cors deployment ([fbe244e](https://github.com/Greenstand/treetracker-wallet-api/commit/fbe244eff1a200d343ea37feef2bcee09c5057fa))
14+
* **wallet_event:** added unit tests and ran integration test to fix bugs ([d7c6e42](https://github.com/Greenstand/treetracker-wallet-api/commit/d7c6e427f79026b1b9e864063dd0e1eafeeceb69))
15+
* **wallet_event:** added unit tests and ran integration test to fix bugs ([e0a6138](https://github.com/Greenstand/treetracker-wallet-api/commit/e0a6138ddf197b8fc50f25d540b98cf85ec2f8d7))
16+
* **wallet_event:** fix issues from merge conflicts ([89eaa15](https://github.com/Greenstand/treetracker-wallet-api/commit/89eaa156245bf81ea626739b801ee248e11244c6))
17+
* **wallet_event:** fix issues from unit test due to merge conflicts ([66e6ff6](https://github.com/Greenstand/treetracker-wallet-api/commit/66e6ff6efcc1863071bf525b8ee11435e940db4b))
18+
* **wallet_event:** fixed unterminated quoted string ([b48d545](https://github.com/Greenstand/treetracker-wallet-api/commit/b48d545badcd7857009013d869de1e908a064f93))
19+
* **wallet_event:** made changes to code based on code review ([519d061](https://github.com/Greenstand/treetracker-wallet-api/commit/519d0615c48e6c6e9a896ecd29f0ffa59a629c09))
20+
21+
22+
### Features
23+
24+
* added order query parameter ([1377e5e](https://github.com/Greenstand/treetracker-wallet-api/commit/1377e5e23e18c95de7984d105403f1b16c8aedfa))
25+
* added sort_by query parameter ([2d8fe79](https://github.com/Greenstand/treetracker-wallet-api/commit/2d8fe79395544e3f2e0d5297106f4cd9f2b93f0a))
26+
* fix broken test ([a1ac5f5](https://github.com/Greenstand/treetracker-wallet-api/commit/a1ac5f58e34750ccda0d80b1880d2b944c6ead6e))
27+
* update API spec ([5f7379d](https://github.com/Greenstand/treetracker-wallet-api/commit/5f7379defc73beb8e5142476c98ca9a6918f3705))
28+
* **wallet_event:** added relevant queries for wallet_event ([60e9726](https://github.com/Greenstand/treetracker-wallet-api/commit/60e9726ae2df268b27a2190c37fea43d5bac39d7))
29+
* **wallet_event:** added relevant queries for wallet_event ([e8f4973](https://github.com/Greenstand/treetracker-wallet-api/commit/e8f497363f92180e79282f0371141b1055a529a8))
30+
131
## [1.31.5](https://github.com/Greenstand/treetracker-wallet-api/compare/v1.31.4...v1.31.5) (2023-10-26)
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.31.5",
3+
"version": "1.32.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)