From 8ea2788bd4288731f366ee9ca0d3287186731ca0 Mon Sep 17 00:00:00 2001 From: Uladzimir Kasacheuski Date: Sun, 26 May 2024 13:02:16 -0400 Subject: [PATCH] =?UTF-8?q?chore(release):=20v0.31.8=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index b2e5acc..84a8e8a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [0.31.8](https://github.com/ehmpathy/declapract-typescript-ehmpathy/compare/v0.31.7...v0.31.8) (2024-05-26) + + +### Bug Fixes + +* **pkg:** specify generate.dao.postgres to differ from .dynamodb ([e73b1ce](https://github.com/ehmpathy/declapract-typescript-ehmpathy/commit/e73b1cefb352b8027292507826774c9a19f7cd3b)) + ## [0.31.7](https://github.com/ehmpathy/declapract-typescript-ehmpathy/compare/v0.31.6...v0.31.7) (2024-05-26) diff --git a/package-lock.json b/package-lock.json index 3bf86f3..ec0ced6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "declapract-typescript-ehmpathy", - "version": "0.31.7", + "version": "0.31.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "declapract-typescript-ehmpathy", - "version": "0.31.7", + "version": "0.31.8", "hasInstallScript": true, "dependencies": { "expect": "29.4.2", diff --git a/package.json b/package.json index 7d581c0..e71fec3 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.7", + "version": "0.31.8", "main": "src/index.js", "repository": "ehmpathy/declapract-typescript-ehmpathy", "homepage": "https://github.com/ehmpathy/declapract-typescript-ehmpathy",