Skip to content

Commit a9c65f1

Browse files
committed
Release 5.0.1
1 parent 8461b66 commit a9c65f1

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +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-
#### [v5.0.0](https://github.com/typed-code/schemats/compare/v4.3.1...v5.0.0)
7+
#### [v5.0.1](https://github.com/typed-code/schemats/compare/v5.0.0...v5.0.1)
8+
9+
- Bump deps [`8461b66`](https://github.com/typed-code/schemats/commit/8461b6673965a3a526731368b345ed5a57ed911b)
10+
11+
### [v5.0.0](https://github.com/typed-code/schemats/compare/v4.3.1...v5.0.0)
12+
13+
> 16 January 2023
814
915
- Bump node version to 16 [`5753ed5`](https://github.com/typed-code/schemats/commit/5753ed5f9679d99713d0967d39994aac053dd983)
1016
- 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)
17+
- Release 5.0.0 [`5d01c24`](https://github.com/typed-code/schemats/commit/5d01c24ab1b8923776420d04ed228ab8c4472580)
1218

1319
#### [v4.3.1](https://github.com/typed-code/schemats/compare/v4.3.0...v4.3.1)
1420

@@ -104,7 +110,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
104110
- added citext array support [`29f3ab3`](https://github.com/typed-code/schemats/commit/29f3ab32e9d953027483f5fd9bb534adf04ce448)
105111
- cast citext as string [`a521a23`](https://github.com/typed-code/schemats/commit/a521a23ca44878a49bbd810fe33c597f8f330804)
106112

107-
#### [v3.0.1](https://github.com/typed-code/schemats/compare/v3.0.0-beta.1...v3.0.1)
113+
### [v3.0.1](https://github.com/typed-code/schemats/compare/v3.0.0-beta.1...v3.0.1)
108114

109115
> 21 September 2017
110116

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

0 commit comments

Comments
 (0)