diff --git a/changelog.md b/changelog.md index 629b9a0..d9c34c5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [0.33.6](https://github.com/ehmpathy/declapract-typescript-ehmpathy/compare/v0.33.5...v0.33.6) (2024-07-27) + + +### Bug Fixes + +* **git:** restore safe gitignore update ([8a6bdcf](https://github.com/ehmpathy/declapract-typescript-ehmpathy/commit/8a6bdcfc7387dc9d67d89ece360048143be7e2c0)) + ## [0.33.5](https://github.com/ehmpathy/declapract-typescript-ehmpathy/compare/v0.33.4...v0.33.5) (2024-07-27) diff --git a/package-lock.json b/package-lock.json index 29c9f5d..2389836 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "declapract-typescript-ehmpathy", - "version": "0.33.5", + "version": "0.33.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "declapract-typescript-ehmpathy", - "version": "0.33.5", + "version": "0.33.6", "hasInstallScript": true, "dependencies": { "@ehmpathy/error-fns": "1.3.1", diff --git a/package.json b/package.json index 45e7bfb..6fb96ec 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.33.5", + "version": "0.33.6", "main": "src/index.js", "repository": "ehmpathy/declapract-typescript-ehmpathy", "homepage": "https://github.com/ehmpathy/declapract-typescript-ehmpathy",