Skip to content

Commit

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

### Features

* disable eslint by default ([a363713](a363713))

### Bug Fixes

* zod date function is lowercase ([f60bbbc](f60bbbc))
  • Loading branch information
semantic-release-bot committed Dec 10, 2022
1 parent 811800f commit a07b704
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [3.1.0](https://github.com/ProjectXero/dbds/compare/v3.0.0...v3.1.0) (2022-12-10)


### Features

* disable eslint by default ([a363713](https://github.com/ProjectXero/dbds/commit/a363713680adb1562f7340fa8c24c1a852fccc31))


### Bug Fixes

* zod date function is lowercase ([f60bbbc](https://github.com/ProjectXero/dbds/commit/f60bbbc8e8ccfe0e88f42ca334cde5476737ff42))

## [3.0.0](https://github.com/ProjectXero/dbds/compare/v2.5.0...v3.0.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.0.0",
"version": "3.1.0",
"description": "TypeScript type generator for PostgreSQL databases",
"keywords": [
"sql",
Expand Down

0 comments on commit a07b704

Please sign in to comment.