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 74d6ca0 commit c935440Copy full SHA for c935440
HISTORY.md
@@ -7,3 +7,6 @@
7
- 0.0.2.1-fix-redirect-protocol
8
Adding http/https protocol to redirect urls.
9
Redirect url full paths require a leading slash.
10
+
11
+- 0.0.3
12
+ Restify version bump, along with bumps for dev dependencies.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nodejs-tdd-boilerplate",
3
- "version": "0.0.2",
+ "version": "0.0.3",
4
"description": "TDD boilerplate for NodeJS API apps",
5
"author": "Bryan Donovan",
6
"engines": {
0 commit comments