Skip to content

Commit a40e83e

Browse files
chore(release): 1.5.0 [skip ci]
## [1.5.0](v1.4.0...v1.5.0) (2024-04-12) ### Features * option to configure pg migration logging ([#20](#20)) ([e99bfbb](e99bfbb))
1 parent e99bfbb commit a40e83e

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.5.0](https://github.com/hirosystems/api-toolkit/compare/v1.4.0...v1.5.0) (2024-04-12)
2+
3+
4+
### Features
5+
6+
* option to configure pg migration logging ([#20](https://github.com/hirosystems/api-toolkit/issues/20)) ([e99bfbb](https://github.com/hirosystems/api-toolkit/commit/e99bfbb316f7d3d097bd922013f2e14fef9739f3))
7+
18
## [1.4.0](https://github.com/hirosystems/api-toolkit/compare/v1.3.3...v1.4.0) (2024-02-21)
29

310

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hirosystems/api-toolkit",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "API development toolkit",
55
"main": "./dist/index.js",
66
"typings": "./dist/index.d.ts",

0 commit comments

Comments
 (0)