Skip to content

Commit b80679f

Browse files
committed
chore: release v3.1.0
1 parent bbc3d9d commit b80679f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.1.0](https://github.com/SocketSomeone/nestjs-hot-shots/compare/3.0.0...3.1.0) (2025-04-21)
4+
5+
### Features
6+
7+
* add http metrics ([bbc3d9d](https://github.com/SocketSomeone/nestjs-hot-shots/commit/bbc3d9da4f65c8511556b67693e4bff9410e8ecf))
8+
* add metrics api ([3431025](https://github.com/SocketSomeone/nestjs-hot-shots/commit/343102542b8a98a473772a14b019a64637b11863))
9+
310
## [3.0.0](https://github.com/SocketSomeone/nestjs-hot-shots/compare/2.0.21...3.0.0) (2025-04-20)
411

512
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nestjs-hot-shots",
33
"description": "Hot-shots Module for Nest.js Framework",
4-
"version": "3.0.0",
4+
"version": "3.1.0",
55
"scripts": {
66
"build": "rimraf -rf dist && tsc -p tsconfig.json",
77
"prepublish:npm": "npm run build",

0 commit comments

Comments
 (0)