Skip to content

Commit 4bdd63a

Browse files
chore(release): 1.20.0 [skip ci]
1 parent 207db1b commit 4bdd63a

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.20.0](https://github.com/Greenstand/treetracker-api/compare/v1.19.11...v1.20.0) (2022-08-08)
2+
3+
4+
### Features
5+
6+
* add about field in grow_account.handler,repo,model ([92f261d](https://github.com/Greenstand/treetracker-api/commit/92f261d7e243294701f22f230a6a41999f0d391f))
7+
* add about field tests ([a187803](https://github.com/Greenstand/treetracker-api/commit/a187803ef49e670a60bb4f4a7b3e5e94ba67efb5))
8+
* add about field to grow-account migration ([9e99f93](https://github.com/Greenstand/treetracker-api/commit/9e99f93ef8ba81739acce08db7e56ef7241443a2))
9+
* add about in grow_account.handler,repo,model ([6d812ce](https://github.com/Greenstand/treetracker-api/commit/6d812ced5aeb56c4f4b794641f627988cbf79f57))
10+
* delete config ([f63736d](https://github.com/Greenstand/treetracker-api/commit/f63736d4b7c70b1e7fc359a3a81034015aca39ab))
11+
* fix about in grow_account.handler,repo,model ([0d5fcd7](https://github.com/Greenstand/treetracker-api/commit/0d5fcd7f05be093ebf93301c21d78073fe30450e))
12+
* fix unused files ([3185dad](https://github.com/Greenstand/treetracker-api/commit/3185dadab42f35a24ddd1a92b9661f2e8551e17d))
13+
* remove package-lock changes ([7c5a68b](https://github.com/Greenstand/treetracker-api/commit/7c5a68b85ebe25b681393cd16a927ba44b9a1a92))
14+
115
## [1.19.11](https://github.com/Greenstand/treetracker-api/compare/v1.19.10...v1.19.11) (2022-08-04)
216

317

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "treetracker",
3-
"version": "1.19.11",
3+
"version": "1.20.0",
44
"private": true,
55
"engines": {
66
"node": ">=16.0.0 <17",
@@ -88,4 +88,4 @@
8888
"url": "https://github.com/Greenstand/{project}/issues"
8989
},
9090
"homepage": "https://github.com/Greenstand/{project}#readme"
91-
}
91+
}

0 commit comments

Comments
 (0)