Skip to content

Commit

Permalink
chore(release): 2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
borjapazr committed Sep 29, 2023
1 parent ca29f1a commit 699709e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

### [2.7.3](https://github.com/borjapazr/express-typescript-skeleton/compare/v2.7.2...v2.7.3) (2023-09-29)

### Bug Fixes

- **sessions:** fix null session check in redis session repository ([ca29f1a](https://github.com/borjapazr/express-typescript-skeleton/commit/ca29f1a0264ed97160b2dfe5237595374bd248dc))

### [2.7.2](https://github.com/borjapazr/express-typescript-skeleton/compare/v2.7.1...v2.7.2) (2023-09-29)

### Code Refactoring
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-typescript-skeleton",
"version": "2.7.2",
"version": "2.7.3",
"description": "🔰🦸 Template to start developing a REST API with Node.js (Express), TypeScript, ESLint, Prettier, Husky, Prisma, etc.",
"keywords": [
"node",
Expand Down

0 comments on commit 699709e

Please sign in to comment.