Skip to content

Commit

Permalink
chore(release): v0.37.1 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach committed Sep 16, 2024
1 parent c6cef7e commit d279e4e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d279e4e

Please sign in to comment.