Skip to content

Commit e72ac6a

Browse files
committed
Release 4.3.1
1 parent 25ca669 commit e72ac6a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,16 @@ 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.1](https://github.com/typed-code/schemats/compare/v4.3.0...v4.3.1)
8+
9+
- feat: Bump deps [`25ca669`](https://github.com/typed-code/schemats/commit/25ca669086e707f3ccfcbb7769dd53b17359e52f)
10+
711
#### [v4.3.0](https://github.com/typed-code/schemats/compare/v4.2.4...v4.3.0)
812

13+
> 25 September 2020
14+
915
- feat: add the ability to override with custom user defined types [`f9f2eab`](https://github.com/typed-code/schemats/commit/f9f2eab2a83944bcf195cef79671e0bcbe3d8037)
16+
- Release 4.3.0 [`18aad24`](https://github.com/typed-code/schemats/commit/18aad24759cb48ee2cb5d56e764690ecbd01e3c0)
1017
- Add json type to mysql [`9dd9d26`](https://github.com/typed-code/schemats/commit/9dd9d269cdb3cbeb5b52f14cd58fc7e51f492964)
1118

1219
#### [v4.2.4](https://github.com/typed-code/schemats/compare/v4.2.3...v4.2.4)

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.3.0",
3+
"version": "4.3.1",
44
"description": "Generate typescript interface definitions from (Postgres or MySql) SQL database schema",
55
"keywords": [
66
"postgres",

0 commit comments

Comments
 (0)