Skip to content

Commit

Permalink
Release v1.0.1 - Update Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed Jun 2, 2022
1 parent 1ffda60 commit a3c1575
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [v1.0.1] 2022-06-02
### Improvements

- Dependencies Update for
- NodeJS `v17.0.0`
- NodeJS `v16.15.1`

## [v1.0.0] 2021-07-20
### Stable release

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Authentication Flow uses `json web tokens` via Passport library - `passport-jwt`
| NodeJS | NPM | YARN | Status |
| --- | --- | --- | --- |
| `v16.13.0` | `v8.1.0` | `v1.22.5` | ✔️ |
| `v14.15.0` | `v6.14.8` | `v1.22.5` | ✔️ |
| `v12.22.0` | `v6.14.11` | `v1.22.5` | ✔️ |
| `v17.0.0` | `v8.11.0` | `v1.22.18` | ✔️ |
| `v16.15.1` | `v8.11.0` | `v1.22.18` | ✔️ |
| `v16.13.0` | `v8.1.0` | `v1.22.5` | ✔️ |

<br />

Expand All @@ -40,7 +40,7 @@ Authentication Flow uses `json web tokens` via Passport library - `passport-jwt`

## ✨ Requirements

- [Node.js](https://nodejs.org/) >= 12.x
- [Node.js](https://nodejs.org/) >= v16.13
- [SQLite](https://www.sqlite.org/index.html)

<br />
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
"eslint-plugin-import": "^2.23.4",
"jest": "^27.0.6",
"supertest": "^6.1.3",
"ts-jest": "^27.0.3",
"ts-node": "10.1.0",
"ts-node-dev": "1.1.8",
"ts-jest": "^28.0.3",
"ts-node": "10.8.0",
"ts-node-dev": "2.0.0",
"typescript": "^4.3.5"
}
}

0 comments on commit a3c1575

Please sign in to comment.