Skip to content

Commit fb045b9

Browse files
committed
chore(release): release 1.4.0
1 parent bbb4f4d commit fb045b9

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.4.0](https://github.com/montasim/node-express-boilerplate/compare/v1.3.1...v1.4.0) (2024-09-08)
6+
7+
### Features
8+
9+
- add logger ([bbb4f4d](https://github.com/montasim/node-express-boilerplate/commit/bbb4f4d931269ed8ff8ffad6a816414c68bcef72))
10+
- add performance benchmark action ([52ed474](https://github.com/montasim/node-express-boilerplate/commit/52ed4744b84adb56fec0c0937a15b00f7db88bb8))
11+
12+
### Code Refactoring
13+
14+
- remove performance benchmark action ([fbbdfc8](https://github.com/montasim/node-express-boilerplate/commit/fbbdfc8bb36c7c04f863a54fbaf80e648add3b66))
15+
516
### [1.3.1](https://github.com/montasim/node-express-boilerplate/compare/v1.3.0...v1.3.1) (2024-08-17)
617

718
### Code Refactoring

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-express-boilerplate",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"description": "",
55
"private": true,
66
"main": "server.js",

0 commit comments

Comments
 (0)