Skip to content

Commit

Permalink
chore(release): 3.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.2.0](v3.1.0...v3.2.0) (2022-12-10)

### Features

* modify insert types based on updatability ([9b2d4f7](9b2d4f7))

### Bug Fixes

* correctly type expression generated columns ([da792a1](da792a1))
* correctly type generated id columns ([073cfad](073cfad))
  • Loading branch information
semantic-release-bot committed Dec 10, 2022
1 parent 8647f97 commit a35ded4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [3.2.0](https://github.com/ProjectXero/dbds/compare/v3.1.0...v3.2.0) (2022-12-10)


### Features

* modify insert types based on updatability ([9b2d4f7](https://github.com/ProjectXero/dbds/commit/9b2d4f74fd203ceba36b2f93cceef81c8f3abb54))


### Bug Fixes

* correctly type expression generated columns ([da792a1](https://github.com/ProjectXero/dbds/commit/da792a17baa3b3b7ca60ed979d04bd4f72589882))
* correctly type generated id columns ([073cfad](https://github.com/ProjectXero/dbds/commit/073cfad8e8f9839f09965365306123ef54769949))

## [3.1.0](https://github.com/ProjectXero/dbds/compare/v3.0.0...v3.1.0) (2022-12-10)


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.1.0",
"version": "3.2.0",
"description": "TypeScript type generator for PostgreSQL databases",
"keywords": [
"sql",
Expand Down

0 comments on commit a35ded4

Please sign in to comment.