Skip to content

Commit

Permalink
chore(release): 2.4.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.4.0](v2.3.0...v2.4.0) (2022-04-13)

### Features

* add zod-based schema parsing capability ([51a2957](51a2957))
* generate columnTypes as const rather than Record ([8bda964](8bda964))
  • Loading branch information
semantic-release-bot committed Apr 13, 2022
1 parent 5617ad3 commit 6992204
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 @@
## [2.4.0](https://github.com/ProjectXero/dbds/compare/v2.3.0...v2.4.0) (2022-04-13)


### Features

* add zod-based schema parsing capability ([51a2957](https://github.com/ProjectXero/dbds/commit/51a2957ea1bcb2833f58dcfeb9a0d13fa4b10fd8))
* generate columnTypes as const rather than Record ([8bda964](https://github.com/ProjectXero/dbds/commit/8bda96443fab04bb99f9caca2acad628a918bf37))

## [2.3.0](https://github.com/ProjectXero/dbds/compare/v2.2.0...v2.3.0) (2022-04-05)


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

0 comments on commit 6992204

Please sign in to comment.