diff --git a/changelog.md b/changelog.md index 80738fe..153427e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # Changelog +## [0.37.7](https://github.com/ehmpathy/declapract-typescript-ehmpathy/compare/v0.37.6...v0.37.7) (2024-12-26) + + +### Bug Fixes + +* **pkg:** update depcheckr per missed dep ([e7bec48](https://github.com/ehmpathy/declapract-typescript-ehmpathy/commit/e7bec485ed8a50a7881fd2b90a09eaa50427b194)) +* **tests:** fail fast on missed creds for integration tests ([b0ea4ae](https://github.com/ehmpathy/declapract-typescript-ehmpathy/commit/b0ea4aef3f1289cc45c17166ccc21e9fdfc3a587)) + ## [0.37.6](https://github.com/ehmpathy/declapract-typescript-ehmpathy/compare/v0.37.5...v0.37.6) (2024-12-26) diff --git a/package-lock.json b/package-lock.json index 0da7d3a..917cf3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "declapract-typescript-ehmpathy", - "version": "0.37.6", + "version": "0.37.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "declapract-typescript-ehmpathy", - "version": "0.37.6", + "version": "0.37.7", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index d440ac0..b72e18c 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.37.6", + "version": "0.37.7", "license": "MIT", "main": "src/index.js", "repository": "ehmpathy/declapract-typescript-ehmpathy",