diff --git a/changelog.md b/changelog.md index bfbc193..b9f87bb 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,17 @@ # Changelog +## [0.4.0](https://github.com/ehmpathy/sql-dao-generator/compare/v0.3.4...v0.4.0) (2024-05-26) + + +### Features + +* **terms:** domain-value-object to domain-literal, for intuition++ ([#21](https://github.com/ehmpathy/sql-dao-generator/issues/21)) ([4b31074](https://github.com/ehmpathy/sql-dao-generator/commit/4b31074879eb8ba71e4fbad33a73539d40624348)) + + +### Bug Fixes + +* **practs:** upgrade to latest best ([#23](https://github.com/ehmpathy/sql-dao-generator/issues/23)) ([6e0875c](https://github.com/ehmpathy/sql-dao-generator/commit/6e0875c429a96a882854a1c55c877d471fc25f4e)) + ## [0.3.4](https://github.com/ehmpathy/sql-dao-generator/compare/v0.3.3...v0.3.4) (2023-08-05) diff --git a/package-lock.json b/package-lock.json index 39740b7..2be9d42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sql-dao-generator", - "version": "0.3.4", + "version": "0.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sql-dao-generator", - "version": "0.3.4", + "version": "0.4.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 89ffcb2..7b0ac6a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "sql-dao-generator", "author": "ehmpathy", "description": "Generate data-access-objects from your domain-objects.", - "version": "0.3.4", + "version": "0.4.0", "repository": "ehmpathy/sql-dao-generator", "homepage": "https://github.com/ehmpathy/sql-dao-generator", "keywords": [