From c7446a7cc3d18d08a643844dab72d41ccc887048 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 6 Dec 2023 12:28:11 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20publish=20v2.9.2=20?= =?UTF-8?q?=F0=9F=93=A6=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [skip ci] --- changelog.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index fcbd5b1e..e7c714ed 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org) and [Conventional Commits](https://www.conventionalcommits.org) for commit guidelines. +### [2.9.2](https://github.com/Nikaple/nest-typed-config/compare/v2.9.1...v2.9.2) (2023-12-06) + +### 🐛 Fixes + +- do not attempt substitution if the loader failed [`3a929bc`](https://github.com/Nikaple/nest-typed-config/commit/3a929bca51a876a2f765367e45cf9a010c2409be). + ### [2.9.1](https://github.com/Nikaple/nest-typed-config/compare/v2.9.0...v2.9.1) (2023-10-07) ### 🐛 Fixes diff --git a/package.json b/package.json index ccd19901..29af12b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nest-typed-config", - "version": "2.9.1", + "version": "2.9.2", "description": "Intuitive, type-safe configuration module for Nest framework", "author": "Nikaple Zhou", "license": "MIT",