diff --git a/changelog.md b/changelog.md index 9ee8fe4..5e13675 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [0.37.2](https://github.com/ehmpathy/declapract-typescript-ehmpathy/compare/v0.37.1...v0.37.2) (2024-09-16) + + +### Bug Fixes + +* **ts:** target es2020 ([216a014](https://github.com/ehmpathy/declapract-typescript-ehmpathy/commit/216a014ae8bd9bde64aa2428334e23b18bdc8503)) + ## [0.37.1](https://github.com/ehmpathy/declapract-typescript-ehmpathy/compare/v0.37.0...v0.37.1) (2024-09-16) diff --git a/package-lock.json b/package-lock.json index f303769..e6325b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "declapract-typescript-ehmpathy", - "version": "0.37.1", + "version": "0.37.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "declapract-typescript-ehmpathy", - "version": "0.37.1", + "version": "0.37.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index d80644c..52ed602 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.1", + "version": "0.37.2", "license": "MIT", "main": "src/index.js", "repository": "ehmpathy/declapract-typescript-ehmpathy",