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",