From 20906bd9c4db04cdad96dec98ef52b651df3ef81 Mon Sep 17 00:00:00 2001 From: Uladzimir Kasacheuski Date: Thu, 26 Dec 2024 14:57:21 -0800 Subject: [PATCH] =?UTF-8?q?chore(release):=20v0.39.0=20=F0=9F=8E=89=20(#16?= =?UTF-8?q?4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 6ef931f..2e2f8e0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [0.39.0](https://github.com/ehmpathy/declapract-typescript-ehmpathy/compare/v0.38.0...v0.39.0) (2024-12-26) + + +### Features + +* **config:** expose util for standard cache directory per config ([cab8bae](https://github.com/ehmpathy/declapract-typescript-ehmpathy/commit/cab8bae68b7e3420f3ad984829ba9c4c5485dd2f)) + ## [0.38.0](https://github.com/ehmpathy/declapract-typescript-ehmpathy/compare/v0.37.7...v0.38.0) (2024-12-26) diff --git a/package-lock.json b/package-lock.json index b046c43..ea3341d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "declapract-typescript-ehmpathy", - "version": "0.38.0", + "version": "0.39.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "declapract-typescript-ehmpathy", - "version": "0.38.0", + "version": "0.39.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 7d04fe6..b9988c3 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.38.0", + "version": "0.39.0", "license": "MIT", "main": "src/index.js", "repository": "ehmpathy/declapract-typescript-ehmpathy",