Skip to content

Commit cd1a943

Browse files
committed
chore(release): 2.6.0
1 parent c36c63c commit cd1a943

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

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

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

5+
## [2.6.0](https://github.com/borjapazr/express-typescript-skeleton/compare/v2.5.4...v2.6.0) (2023-07-19)
6+
7+
### Features
8+
9+
- **cache:** add redis cache to store user sessions ([#355](https://github.com/borjapazr/express-typescript-skeleton/issues/355)) ([fae0fd0](https://github.com/borjapazr/express-typescript-skeleton/commit/fae0fd0242504c458c73c4bb5c62cfe119b1d2c4))
10+
11+
### Others
12+
13+
- **deps:** update dependencies ([c36c63c](https://github.com/borjapazr/express-typescript-skeleton/commit/c36c63c0f6b9425886cdcf6335e00c5575ae6694))
14+
- **deps:** update dependencies ([0547dde](https://github.com/borjapazr/express-typescript-skeleton/commit/0547dde7ff091d6b82120f909f5d1b91dbf16ad9))
15+
- **deps:** update dependencies ([389d527](https://github.com/borjapazr/express-typescript-skeleton/commit/389d5273928ddc8c0a8a43dc264c18629e9f8d86))
16+
517
### [2.5.4](https://github.com/borjapazr/express-typescript-skeleton/compare/v2.5.3...v2.5.4) (2023-06-21)
618

719
### 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.5.4",
3+
"version": "2.6.0",
44
"description": "🔰🦸 Template to start developing a REST API with Node.js (Express), TypeScript, ESLint, Prettier, Husky, Prisma, etc.",
55
"author": {
66
"name": "Borja Paz Rodríguez",

0 commit comments

Comments
 (0)