Skip to content

Commit

Permalink
Prepare 0.95.2 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Mar 11, 2021
1 parent 548471d commit 87dcac8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,24 @@
# Master (Unreleased)

# 0.95.2 - 11 March, 2021

### New features:

- Improve ESM import support #4350

### Bug fixes:

- CLI: update ts.stub files to new TypeScript namespace #4344
- CLI: fix TypeScript migration stub after 0.95.0 changes #4366

### Typings:

- Move QueryBuilder and KnexTimeoutError into knex namespace #4358

### Test / internal changes:

- Unify db test helpers #4356

# 0.95.1 - 04 March, 2021

### Bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "knex",
"version": "0.95.1",
"version": "0.95.2",
"description": "A batteries-included SQL query & schema builder for Postgres, MySQL and SQLite3 and the Browser",
"main": "knex",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 87dcac8

Please sign in to comment.