Skip to content

Commit

Permalink
Merge pull request #25 from SobakaSlava/ns_release
Browse files Browse the repository at this point in the history
Version 2.2.0
  • Loading branch information
IharKrasnik authored Jul 4, 2019
2 parents 6bd6d72 + 13b52d5 commit 9b82374
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v2.2.0 (2019-07-04)

* Update dependencies
* Adjust docker-compose to start api only when mongo is loaded
* Adjust user schema and signup validators to allow signup and verifyEmail without name
* Update node version to LTS
* Add test docker-compose
* Implement auth for mongo
* Fix links in emails

## v2.1.0 (2018-08-19)

* Add ability to send signum and forgot password emails
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": "koa-api-starter",
"version": "2.1.0",
"version": "2.2.0",
"description": "Koa api",
"private": false,
"main": "src/app.js",
Expand Down

0 comments on commit 9b82374

Please sign in to comment.