Skip to content

Commit 8fb7409

Browse files
committed
[Prerelease] Bumped version number
1 parent e1b8f34 commit 8fb7409

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="0.2.0"></a>
2+
# [0.2.0](https://github.com/EnsembleLab/api-template/compare/0.1.1...v0.2.0) (2017-09-04)
3+
4+
5+
### Bug Fixes
6+
7+
* **User model:** Now creates search tags properly ([88f8267](https://github.com/EnsembleLab/api-template/commit/88f8267))
8+
9+
10+
### Features
11+
12+
* **User Router:** Completed tests for user router ([71ee3bb](https://github.com/EnsembleLab/api-template/commit/71ee3bb))
13+
14+
15+
116
<a name="0.1.1"></a>
217
## [0.1.1](https://github.com/EnsembleLab/api-template/compare/0.1.0...v0.1.1) (2017-08-26)
318

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.1.1",
3+
"version": "0.2.0",
44
"description": "A template for creating APIs Fast",
55
"main": "app.js",
66
"scripts": {

0 commit comments

Comments
 (0)