Skip to content

Commit

Permalink
Merge pull request #51 from sevenwestmedia-labs/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
bennettp123 committed Nov 2, 2021
2 parents 99ab15c + abc5b4a commit c95bb13
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-tables-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-rings-work.md

This file was deleted.

13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# node-knex-query-executor

## 3.1.0

### Minor Changes

- 0d4ba86: Upgrade peerDependency to knex 0.95. This includes changes to how exports are structured, see https://github.com/knex/knex/blob/master/UPGRADING.md#upgrading-to-version-0950 for details

### Patch Changes

- 064a51b: Bump node types'

## 3.0.0

### Major Changes

- 89a0a70: Update tslib and knex peerDependency
- 89a0a70: Update tslib and knex peerDependency
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-knex-query-executor",
"version": "3.0.0",
"version": "3.1.0",
"description": "TypeScript first encapsulation and reusability of knex database queries (JS version of Query Object Pattern really).",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit c95bb13

Please sign in to comment.