Skip to content

Commit 18aad24

Browse files
committed
Release 4.3.0
1 parent f9f2eab commit 18aad24

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v4.3.0](https://github.com/typed-code/schemats/compare/v4.2.4...v4.3.0)
8+
9+
- feat: add the ability to override with custom user defined types [`f9f2eab`](https://github.com/typed-code/schemats/commit/f9f2eab2a83944bcf195cef79671e0bcbe3d8037)
10+
- Add json type to mysql [`9dd9d26`](https://github.com/typed-code/schemats/commit/9dd9d269cdb3cbeb5b52f14cd58fc7e51f492964)
11+
712
#### [v4.2.4](https://github.com/typed-code/schemats/compare/v4.2.3...v4.2.4)
813

14+
> 25 September 2020
15+
16+
- Release 4.2.4 [`78d04ae`](https://github.com/typed-code/schemats/commit/78d04ae47f67bf0d9ed7608fb9c8868ce687a75b)
17+
918
#### [v4.2.3](https://github.com/typed-code/schemats/compare/v4.2.2...v4.2.3)
1019

1120
> 25 September 2020

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typed-code/schemats",
3-
"version": "4.2.4",
3+
"version": "4.3.0",
44
"description": "Generate typescript interface definitions from (Postgres or MySql) SQL database schema",
55
"keywords": [
66
"postgres",

0 commit comments

Comments
 (0)