Skip to content

Commit 5d01c24

Browse files
committed
Release 5.0.0
1 parent 784b19e commit 5d01c24

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,18 @@ 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+
#### [v5.0.0](https://github.com/typed-code/schemats/compare/v4.3.1...v5.0.0)
8+
9+
- Bump node version to 16 [`5753ed5`](https://github.com/typed-code/schemats/commit/5753ed5f9679d99713d0967d39994aac053dd983)
10+
- fix: mysql enum query not used the schema if given. [`9612404`](https://github.com/typed-code/schemats/commit/961240469bf8013e3efd06db86a3ad7054a1dfc3)
11+
- feat: ask only version on release new version [`784b19e`](https://github.com/typed-code/schemats/commit/784b19e66daac19e1049f95e3df4baf7a331d916)
12+
713
#### [v4.3.1](https://github.com/typed-code/schemats/compare/v4.3.0...v4.3.1)
814

15+
> 16 January 2022
16+
917
- feat: Bump deps [`25ca669`](https://github.com/typed-code/schemats/commit/25ca669086e707f3ccfcbb7769dd53b17359e52f)
18+
- Release 4.3.1 [`e72ac6a`](https://github.com/typed-code/schemats/commit/e72ac6ad6bcd5905e73d67cee6eda0fe3fae59a4)
1019

1120
#### [v4.3.0](https://github.com/typed-code/schemats/compare/v4.2.4...v4.3.0)
1221

package-lock.json

Lines changed: 2 additions & 2 deletions
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.1",
3+
"version": "5.0.0",
44
"description": "Generate typescript interface definitions from (Postgres or MySql) SQL database schema",
55
"keywords": [
66
"postgres",

0 commit comments

Comments
 (0)