Skip to content

Commit 7619c3b

Browse files
committed
chore(release): 2.8.0
1 parent da6c996 commit 7619c3b

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

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

5+
## [2.8.0](https://github.com/borjapazr/express-typescript-skeleton/compare/v2.7.4...v2.8.0) (2023-10-23)
6+
7+
### Features
8+
9+
- **ci:** add asdf tools to github actions ([#408](https://github.com/borjapazr/express-typescript-skeleton/issues/408)) ([fbefa33](https://github.com/borjapazr/express-typescript-skeleton/commit/fbefa332ee8d282cfd7c1e8f1d0e49147bcef539))
10+
- **ci:** improve composite action ([#409](https://github.com/borjapazr/express-typescript-skeleton/issues/409)) ([da6c996](https://github.com/borjapazr/express-typescript-skeleton/commit/da6c996c4d40dad22abf6d36c7389a070a1af4d0))
11+
512
### [2.7.4](https://github.com/borjapazr/express-typescript-skeleton/compare/v2.7.3...v2.7.4) (2023-10-13)
613

714
### 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.4",
3+
"version": "2.8.0",
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)