From 76e0455ed33166377a7b805848fb755f601cdfa6 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Thu, 7 Apr 2022 15:52:13 +0200 Subject: [PATCH] chore(release): 0.2.5 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77da004..90b72a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [0.2.5](https://github.com/unjs/c12/compare/v0.2.4...v0.2.5) (2022-04-07) + ### [0.2.4](https://github.com/unjs/c12/compare/v0.2.3...v0.2.4) (2022-03-21) diff --git a/package.json b/package.json index 670fb45..c89487d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "c12", - "version": "0.2.4", + "version": "0.2.5", "description": "Smart Config Loader", "repository": "unjs/c12", "license": "MIT",