diff --git a/changelog.md b/changelog.md index 15849f5..60251db 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [0.37.4](https://github.com/ehmpathy/declapract-typescript-ehmpathy/compare/v0.37.3...v0.37.4) (2024-12-12) + + +### Bug Fixes + +* **cicd:** ensure terraform is provisioned for test-lint ([ca837cc](https://github.com/ehmpathy/declapract-typescript-ehmpathy/commit/ca837cc317a8d2974d17dd97ae3f6a1d01c598d1)) + ## [0.37.3](https://github.com/ehmpathy/declapract-typescript-ehmpathy/compare/v0.37.2...v0.37.3) (2024-11-25) diff --git a/package-lock.json b/package-lock.json index c9ba22f..a336322 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "declapract-typescript-ehmpathy", - "version": "0.37.3", + "version": "0.37.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "declapract-typescript-ehmpathy", - "version": "0.37.3", + "version": "0.37.4", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index f5e3d9d..45969b5 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.3", + "version": "0.37.4", "license": "MIT", "main": "src/index.js", "repository": "ehmpathy/declapract-typescript-ehmpathy",