Skip to content

Commit

Permalink
chore(release): 3.4.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.4.0](v3.3.1...v3.4.0) (2023-02-06)

### Features

* generate info object for clients to pass as the DBDataSource type parameter ([57e05d2](57e05d2))
* generate update schemas derived from the insert schemas ([e32b2d6](e32b2d6))
  • Loading branch information
semantic-release-bot committed Feb 6, 2023
1 parent 16ec39e commit dd10434
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.4.0](https://github.com/ProjectXero/dbds/compare/v3.3.1...v3.4.0) (2023-02-06)


### Features

* generate info object for clients to pass as the DBDataSource type parameter ([57e05d2](https://github.com/ProjectXero/dbds/commit/57e05d29e79615a7e8f80cc679b2acc1413a92cd))
* generate update schemas derived from the insert schemas ([e32b2d6](https://github.com/ProjectXero/dbds/commit/e32b2d65fb4263e7df3f72b4f5d7321a2e73dbde))

## [3.3.1](https://github.com/ProjectXero/dbds/compare/v3.3.0...v3.3.1) (2023-01-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fallingfish/dbds",
"version": "3.3.1",
"version": "3.4.0",
"description": "TypeScript type generator for PostgreSQL databases",
"keywords": [
"sql",
Expand Down

0 comments on commit dd10434

Please sign in to comment.