Skip to content

Commit 02d754e

Browse files
chore(release): publish v2.9.1 πŸ“¦πŸš€
[skip ci]
1 parent 0520bbf commit 02d754e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

β€Žchangelog.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](https://semver.org) and [Conventional Commits](https://www.conventionalcommits.org) for commit guidelines.
55

6+
### [2.9.1](https://github.com/Nikaple/nest-typed-config/compare/v2.9.0...v2.9.1) (2023-10-07)
7+
8+
### πŸ› Fixes
9+
10+
- **deps:** fix lodash.set vulnerability issue [`99cb046`](https://github.com/Nikaple/nest-typed-config/commit/99cb04638bd10719f90a997576a1198dd422f639).
11+
612
## [2.9.0](https://github.com/Nikaple/nest-typed-config/compare/v2.8.0...v2.9.0) (2023-09-24)
713

814
### ✨ Features

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nest-typed-config",
3-
"version": "2.9.0",
3+
"version": "2.9.1",
44
"description": "Intuitive, type-safe configuration module for Nest framework",
55
"author": "Nikaple Zhou",
66
"license": "MIT",

0 commit comments

Comments
Β (0)