diff --git a/changelog.md b/changelog.md index bfbc193..b767d46 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # 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)) + ## [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 59b858f..8cb691c 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", "dependencies": { "@oclif/core": "2.0.11", "@oclif/plugin-help": "3.1.0", diff --git a/package.json b/package.json index 68025f7..271533e 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": [