Skip to content

Commit 3d55347

Browse files
committed
[Prerelease] Bumped version number
1 parent 9a1bf38 commit 3d55347

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<a name="0.5.0"></a>
2+
# [0.5.0](https://github.com/EnsembleLab/api-template/compare/0.4.1...0.5.0) (2018-05-02)
3+
4+
5+
16
<a name="0.4.1"></a>
27
## [0.4.1](https://github.com/EnsembleLab/api-template/compare/0.4.0...0.4.1) (2018-04-27)
38

TODO.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,4 @@
1313
| routes/index.js | 304 | Make Log requests testable and write unit tests for it
1414
| routes/index.js | 305 | Develop the route loader into a separate node module to be publish on npm
1515
| routes/index.js | 306 | Develop all services onto separate node module to be publish on npm
16-
| services/logger/index.js | 36 | Test Error Handler
17-
| services/queue/clock.js | 11 | work on a clock functionality so kue can support scheduled jobs
18-
| services/queue/clock.js | 12 | Use the cron package here https://www.npmjs.com/package/cron for timer
16+
| services/logger/index.js | 36 | Test Error Handler

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api-template",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "A template for creating APIs Fast",
55
"main": "app.js",
66
"scripts": {

0 commit comments

Comments
 (0)