diff --git a/changelog.md b/changelog.md index d5703d5..64bd6b6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [0.31.1](https://github.com/ehmpathy/declapract-typescript-ehmpathy/compare/v0.31.0...v0.31.1) (2024-04-23) + + +### Bug Fixes + +* **cicd:** upgrade deploy dispatch gh action usability ([6ca3ed8](https://github.com/ehmpathy/declapract-typescript-ehmpathy/commit/6ca3ed819b988136b3885451a922ecd151e62935)) + ## [0.31.0](https://github.com/ehmpathy/declapract-typescript-ehmpathy/compare/v0.30.3...v0.31.0) (2024-04-20) diff --git a/package-lock.json b/package-lock.json index fd6a2ed..155d6c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "declapract-typescript-ehmpathy", - "version": "0.31.0", + "version": "0.31.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "declapract-typescript-ehmpathy", - "version": "0.31.0", + "version": "0.31.1", "hasInstallScript": true, "dependencies": { "expect": "29.4.2", diff --git a/package.json b/package.json index 0ca48bc..68e24b3 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.31.0", + "version": "0.31.1", "main": "src/index.js", "repository": "ehmpathy/declapract-typescript-ehmpathy", "homepage": "https://github.com/ehmpathy/declapract-typescript-ehmpathy",