We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eefc72 commit e41ba98Copy full SHA for e41ba98
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+<a name="0.3.0"></a>
2
+# [0.3.0](https://github.com/EnsembleLab/api-template/compare/0.2.0...v0.3.0) (2017-09-13)
3
+
4
5
+### Features
6
7
+* **API Generator:** added the ability to generate API routes ([5eefc72](https://github.com/EnsembleLab/api-template/commit/5eefc72))
8
9
10
11
<a name="0.2.0"></a>
12
# [0.2.0](https://github.com/EnsembleLab/api-template/compare/0.1.1...v0.2.0) (2017-09-04)
13
package.json
@@ -1,6 +1,6 @@
{
"name": "api-template",
- "version": "0.2.0",
+ "version": "0.3.0",
"description": "A template for creating APIs Fast",
"main": "app.js",
"scripts": {
0 commit comments