From 457171d2ec74f535795a2a521ef79d52220527b1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 6 Nov 2024 10:15:35 +0000 Subject: [PATCH] chore(release): 2.1.5 [skip ci] ## [2.1.5](https://github.com/tada5hi/locter/compare/v2.1.4...v2.1.5) (2024-11-06) ### Bug Fixes * **deps:** bump jiti from 2.3.3 to 2.4.0 ([#689](https://github.com/tada5hi/locter/issues/689)) ([c213f9b](https://github.com/tada5hi/locter/commit/c213f9bd84c1302d034ccdf27154a164349bea1e)) * **deps:** bump yaml from 2.5.1 to 2.6.0 ([#665](https://github.com/tada5hi/locter/issues/665)) ([0af3af7](https://github.com/tada5hi/locter/commit/0af3af75f3c151ebbe2847edf95e1360fcc216a3)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14ddfa0..7f91bfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.1.5](https://github.com/tada5hi/locter/compare/v2.1.4...v2.1.5) (2024-11-06) + + +### Bug Fixes + +* **deps:** bump jiti from 2.3.3 to 2.4.0 ([#689](https://github.com/tada5hi/locter/issues/689)) ([c213f9b](https://github.com/tada5hi/locter/commit/c213f9bd84c1302d034ccdf27154a164349bea1e)) +* **deps:** bump yaml from 2.5.1 to 2.6.0 ([#665](https://github.com/tada5hi/locter/issues/665)) ([0af3af7](https://github.com/tada5hi/locter/commit/0af3af75f3c151ebbe2847edf95e1360fcc216a3)) + ## [2.1.4](https://github.com/tada5hi/locter/compare/v2.1.3...v2.1.4) (2024-10-11) diff --git a/package-lock.json b/package-lock.json index d28ed10..e75bcfc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "locter", - "version": "2.1.4", + "version": "2.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "locter", - "version": "2.1.4", + "version": "2.1.5", "license": "MIT", "dependencies": { "destr": "^2.0.3", diff --git a/package.json b/package.json index 8648fad..1fcf9eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "locter", - "version": "2.1.4", + "version": "2.1.5", "description": "A library to locate a file/module by criteria and load it!", "author": { "name": "Peter Placzek",