diff --git a/changelog.md b/changelog.md index 5857623..fd73a30 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [0.35.8](https://github.com/ehmpathy/declapract-typescript-ehmpathy/compare/v0.35.7...v0.35.8) (2024-09-03) + + +### Bug Fixes + +* **deps:** further soften peerdep ([44e7e98](https://github.com/ehmpathy/declapract-typescript-ehmpathy/commit/44e7e98bb1c915f658df386761c102f149cea3f7)) + ## [0.35.7](https://github.com/ehmpathy/declapract-typescript-ehmpathy/compare/v0.35.6...v0.35.7) (2024-09-03) diff --git a/package-lock.json b/package-lock.json index e24d57a..3ae946d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "declapract-typescript-ehmpathy", - "version": "0.35.7", + "version": "0.35.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "declapract-typescript-ehmpathy", - "version": "0.35.7", + "version": "0.35.8", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 33a0ad3..9bad8f3 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.35.7", + "version": "0.35.8", "license": "MIT", "main": "src/index.js", "repository": "ehmpathy/declapract-typescript-ehmpathy",