From 31f3bd68f24cc1458382d47c0fbdf141d2843372 Mon Sep 17 00:00:00 2001 From: Uladzimir Kasacheuski Date: Sat, 27 Jul 2024 15:05:20 -0400 Subject: [PATCH] =?UTF-8?q?chore(release):=20v0.33.4=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 cbf5e62..4dc9f89 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # Changelog +## [0.33.4](https://github.com/ehmpathy/declapract-typescript-ehmpathy/compare/v0.33.3...v0.33.4) (2024-07-27) + + +### Bug Fixes + +* **audit:** bump deps per audit ([159ca43](https://github.com/ehmpathy/declapract-typescript-ehmpathy/commit/159ca439ce55a501c4426c7a862ced90d448199b)) +* **deps:** bump best practice dep versions ([2ca1ec4](https://github.com/ehmpathy/declapract-typescript-ehmpathy/commit/2ca1ec461db45676f544debb676e830bcd2c4867)) + ## [0.33.3](https://github.com/ehmpathy/declapract-typescript-ehmpathy/compare/v0.33.2...v0.33.3) (2024-07-27) diff --git a/package-lock.json b/package-lock.json index b892252..fd8b933 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "declapract-typescript-ehmpathy", - "version": "0.33.3", + "version": "0.33.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "declapract-typescript-ehmpathy", - "version": "0.33.3", + "version": "0.33.4", "hasInstallScript": true, "dependencies": { "@ehmpathy/error-fns": "1.3.1", diff --git a/package.json b/package.json index 7e1b83b..512bf7b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "declapract-typescript-ehmpathy", "author": "ehmpathy", "description": "declapract best practices declarations for typescript", - "version": "0.33.3", + "version": "0.33.4", "main": "src/index.js", "repository": "ehmpathy/declapract-typescript-ehmpathy", "homepage": "https://github.com/ehmpathy/declapract-typescript-ehmpathy",