diff --git a/changelog.md b/changelog.md index 010cf9a..e79d8f3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [0.39.2](https://github.com/ehmpathy/declapract-typescript-ehmpathy/compare/v0.39.1...v0.39.2) (2024-12-27) + + +### Bug Fixes + +* **deps:** bump dao generator version ([6461959](https://github.com/ehmpathy/declapract-typescript-ehmpathy/commit/646195933b7c2b09c85cb3b47469dc812f3338df)) + ## [0.39.1](https://github.com/ehmpathy/declapract-typescript-ehmpathy/compare/v0.39.0...v0.39.1) (2024-12-27) diff --git a/package-lock.json b/package-lock.json index 0f05a32..438db29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "declapract-typescript-ehmpathy", - "version": "0.39.1", + "version": "0.39.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "declapract-typescript-ehmpathy", - "version": "0.39.1", + "version": "0.39.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 09192cb..fcb27bf 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.39.1", + "version": "0.39.2", "license": "MIT", "main": "src/index.js", "repository": "ehmpathy/declapract-typescript-ehmpathy",