Skip to content

Commit bc21aa6

Browse files
committed
chore(release): 2.6.1
1 parent 54cb0aa commit bc21aa6

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.6.1](https://github.com/borjapazr/express-typescript-skeleton/compare/v2.6.0...v2.6.1) (2023-07-19)
6+
7+
### Code Refactoring
8+
9+
- **env:** move SESSIONS_STORAGE to app configuration section ([54cb0aa](https://github.com/borjapazr/express-typescript-skeleton/commit/54cb0aabc968dfb8785dfc6be2f1fad92fc4a07a))
10+
511
## [2.6.0](https://github.com/borjapazr/express-typescript-skeleton/compare/v2.5.4...v2.6.0) (2023-07-19)
612

713
### Features

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.6.0",
3+
"version": "2.6.1",
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)