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 deadf4f commit 024e8dcCopy full SHA for 024e8dc
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Change Log
2
3
+## [0.0.8] 2021-07-09
4
+### Improvements & Fixes
5
+
6
+- Patch #8: Typescript Migration - Tests are failing
7
+- Code refactoring:
8
+ - `src/config/keys.ts` - removed
9
+ - `keys.ts` variables moved to `.env`
10
11
## [0.0.7] 2021-07-09
12
### Improvements
13
package.json
@@ -1,6 +1,6 @@
{
"name": "api-server-nodejs",
- "version": "0.0.4",
+ "version": "0.0.8",
"description": "RESTful back-end for Node.js and Express.js",
"license": "MIT",
"author": "AppSeed.us",
@@ -49,4 +49,4 @@
49
"ts-node-dev": "1.1.8",
50
"typescript": "^4.3.5"
51
}
52
-}
+}
0 commit comments