diff --git a/changelog.md b/changelog.md index 9e73f0d..9ee8fe4 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # Changelog +## [0.37.1](https://github.com/ehmpathy/declapract-typescript-ehmpathy/compare/v0.37.0...v0.37.1) (2024-09-16) + + +### Bug Fixes + +* **db:** expose database context from with database connection ([8a95457](https://github.com/ehmpathy/declapract-typescript-ehmpathy/commit/8a9545783ac708da05959f6fc19975516d88b025)) +* **db:** expose types of rows on dbConnection.query ([c6cef7e](https://github.com/ehmpathy/declapract-typescript-ehmpathy/commit/c6cef7e30dd8e0982f25cb6a81d64f12a561564f)) + ## [0.37.0](https://github.com/ehmpathy/declapract-typescript-ehmpathy/compare/v0.36.5...v0.37.0) (2024-09-16) diff --git a/package-lock.json b/package-lock.json index 2da68b5..f303769 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "declapract-typescript-ehmpathy", - "version": "0.37.0", + "version": "0.37.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "declapract-typescript-ehmpathy", - "version": "0.37.0", + "version": "0.37.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 0e111e4..d80644c 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.37.0", + "version": "0.37.1", "license": "MIT", "main": "src/index.js", "repository": "ehmpathy/declapract-typescript-ehmpathy",