From 2f62d8a5e0f68aeadda5d27825dab3ba31d41fe1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 11 Dec 2024 16:07:42 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20release=201.14.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c150beb..5b61df8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# [v1.14.1](https://github.com/haliphax/narf/compare/v1.14.0...v1.14.1) (2024-12-11) + +## 🔒 Security Issues +- [`f0450bd`](https://github.com/haliphax/narf/commit/f0450bd) ️ npm audit fix + # [v1.14.0](https://github.com/haliphax/narf/compare/v1.13.0...v1.14.0) (2024-11-26) ## ✨ New Features diff --git a/package-lock.json b/package-lock.json index 37759e7..9ebd721 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "narf", - "version": "1.14.0", + "version": "1.14.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "narf", - "version": "1.14.0", + "version": "1.14.1", "dependencies": { "@rollup/plugin-inject": "^5.0.3", "axios": "^1.7.4", diff --git a/package.json b/package.json index 38ffba2..0790618 100644 --- a/package.json +++ b/package.json @@ -82,5 +82,5 @@ "transform": "tsx src/tasks/transform.ts" }, "type": "module", - "version": "1.14.0" + "version": "1.14.1" }