Skip to content

Commit

Permalink
[+] Version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ezhivitsa committed Dec 23, 2017
1 parent be1bc77 commit f2282f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.5.0 (2017-12-23)

* Add resource for work with entity `user`.

## v1.4.0 (2017-11-06)

* Update dependencies
Expand All @@ -24,7 +28,7 @@
## v1.1.0 (2017-09-28)

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

**Bug fixes**

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "1.4.0",
"version": "1.5.0",
"description": "Koa api",
"private": false,
"main": "src/app.js",
Expand Down

0 comments on commit f2282f3

Please sign in to comment.