Skip to content

Commit f2282f3

Browse files
committed
[+] Version 1.5.0
1 parent be1bc77 commit f2282f3

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.5.0 (2017-12-23)
2+
3+
* Add resource for work with entity `user`.
4+
15
## v1.4.0 (2017-11-06)
26

37
* Update dependencies
@@ -24,7 +28,7 @@
2428
## v1.1.0 (2017-09-28)
2529

2630
* Add validation of the schema in the validator using [Joi](https://github.com/hapijs/joi).
27-
* Add tests for all requests in the endpoint `/acccount`
31+
* Add tests for all requests in the endpoint `/account`
2832

2933
**Bug fixes**
3034

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "koa-api-starter",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Koa api",
55
"private": false,
66
"main": "src/app.js",

0 commit comments

Comments
 (0)