diff --git a/changelog.md b/changelog.md index 47b1fa8..80738fe 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [0.37.6](https://github.com/ehmpathy/declapract-typescript-ehmpathy/compare/v0.37.5...v0.37.6) (2024-12-26) + + +### Bug Fixes + +* **deps:** bump from error-fns to helpful-errors ([93ad4e1](https://github.com/ehmpathy/declapract-typescript-ehmpathy/commit/93ad4e198dd8d13c083a4d8438079ff49e9433dd)) + ## [0.37.5](https://github.com/ehmpathy/declapract-typescript-ehmpathy/compare/v0.37.4...v0.37.5) (2024-12-12) diff --git a/package-lock.json b/package-lock.json index 15d7e4e..0da7d3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "declapract-typescript-ehmpathy", - "version": "0.37.5", + "version": "0.37.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "declapract-typescript-ehmpathy", - "version": "0.37.5", + "version": "0.37.6", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 6dccea4..d440ac0 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.5", + "version": "0.37.6", "license": "MIT", "main": "src/index.js", "repository": "ehmpathy/declapract-typescript-ehmpathy",