Skip to content

Commit 024e8dc

Browse files
author
App Generator
committed
Release v0.0.8 - Improvements & Fixes
- Patch #8: Typescript Migration - Tests are failing - Code refactoring: - `src/config/keys.ts` - removed - `keys.ts` variables moved to `.env`
1 parent deadf4f commit 024e8dc

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

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+
311
## [0.0.7] 2021-07-09
412
### Improvements
513

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api-server-nodejs",
3-
"version": "0.0.4",
3+
"version": "0.0.8",
44
"description": "RESTful back-end for Node.js and Express.js",
55
"license": "MIT",
66
"author": "AppSeed.us",
@@ -49,4 +49,4 @@
4949
"ts-node-dev": "1.1.8",
5050
"typescript": "^4.3.5"
5151
}
52-
}
52+
}

0 commit comments

Comments
 (0)