Skip to content

Commit

Permalink
Prepare to release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Mar 13, 2022
1 parent 9e1daee commit 1ce659f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Master (Unreleased)

# 1.0.4 - 13 March, 2022

### New features:

- Add whereLike functions #5044

### Bug fixes:

- Fix orWhereJsonPath clause #5022
- Subquery in on clause missing parenthesis #5049
- Rework Union Wrapping #5030
- Oracle: Fix batch inserts with DEFAULT values with OracleDB #2592 #5037

### Typings:

- Fix types for "returning" methods #5031
- createTableLike callback should be optional #5055

### Documentation:

- Website URL changed to https://knex.github.io/documentation/

# 1.0.3 - 11 February, 2022

### Bug fixes:
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.3",
"version": "1.0.4",
"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 1ce659f

Please sign in to comment.