Skip to content

Commit 699709e

Browse files
committed
chore(release): 2.7.3
1 parent ca29f1a commit 699709e

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
### [2.7.3](https://github.com/borjapazr/express-typescript-skeleton/compare/v2.7.2...v2.7.3) (2023-09-29)
6+
7+
### Bug Fixes
8+
9+
- **sessions:** fix null session check in redis session repository ([ca29f1a](https://github.com/borjapazr/express-typescript-skeleton/commit/ca29f1a0264ed97160b2dfe5237595374bd248dc))
10+
511
### [2.7.2](https://github.com/borjapazr/express-typescript-skeleton/compare/v2.7.1...v2.7.2) (2023-09-29)
612

713
### Code Refactoring

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "express-typescript-skeleton",
3-
"version": "2.7.2",
3+
"version": "2.7.3",
44
"description": "🔰🦸 Template to start developing a REST API with Node.js (Express), TypeScript, ESLint, Prettier, Husky, Prisma, etc.",
55
"keywords": [
66
"node",

0 commit comments

Comments
 (0)