Skip to content

Commit

Permalink
chore(release): 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
borjapazr committed Jul 19, 2023
1 parent 54cb0aa commit bc21aa6
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.6.1](https://github.com/borjapazr/express-typescript-skeleton/compare/v2.6.0...v2.6.1) (2023-07-19)

### Code Refactoring

- **env:** move SESSIONS_STORAGE to app configuration section ([54cb0aa](https://github.com/borjapazr/express-typescript-skeleton/commit/54cb0aabc968dfb8785dfc6be2f1fad92fc4a07a))

## [2.6.0](https://github.com/borjapazr/express-typescript-skeleton/compare/v2.5.4...v2.6.0) (2023-07-19)

### Features
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.6.0",
"version": "2.6.1",
"description": "🔰🦸 Template to start developing a REST API with Node.js (Express), TypeScript, ESLint, Prettier, Husky, Prisma, etc.",
"author": {
"name": "Borja Paz Rodríguez",
Expand Down

0 comments on commit bc21aa6

Please sign in to comment.