Skip to content

Commit

Permalink
Prepare to release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Apr 4, 2022
1 parent ce7a77c commit 1032bd9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Master (Unreleased)

# 1.0.5 - 05 March, 2022

### New features:

- Override knexfile options with CLI options #4047

### Bug fixes:

- Stringify json value in update #5063
- Fix isModuleType() for yarn #4447
- Wrapped Unions Fixes #5072
- SQLite: Fix @vscode-sqlite3 error message #5081
- CLI: Fix completed migration listing #5060

### Typings:

- Make default generic parameters of `Knex` match the generic parameter types of `knex` #5021
- Update knex types for TS 4.7 #5095

# 1.0.4 - 13 March, 2022

### New features:
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": "knex",
"version": "1.0.4",
"version": "1.0.5",
"description": "A batteries-included SQL query & schema builder for PostgresSQL, MySQL, CockroachDB, MSSQL and SQLite3",
"main": "knex",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 1032bd9

Please sign in to comment.