Skip to content

Commit

Permalink
Prepare to release 0.95.13
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Nov 2, 2021
1 parent 0f4356a commit 29ac476
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Master (Unreleased)

# 0.95.13 - 02 November, 2021

### Bug fixes:

- PostgreSQL: Support zero precision in timestamp/datetime #4784

### Typings:

- Allow string indexType in index creation #4791

# 0.95.12 - 28 October, 2021

### 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": "0.95.12",
"version": "0.95.13",
"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 29ac476

Please sign in to comment.