Skip to content

Commit

Permalink
Release v12.0.0
Browse files Browse the repository at this point in the history
- Drop support for Node.js 16
- Throw `QueryError`, with additional metadata
- Throw error if query has an empty `or` statement
- Update npms
  • Loading branch information
jgeurts committed Oct 4, 2023
1 parent 97c89e7 commit 32fc245
Show file tree
Hide file tree
Showing 5 changed files with 787 additions and 4,783 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
node-version: ['16', '18']
node-version: ['18', '20']

steps:
- uses: actions/checkout@v3
Expand Down
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 12.0.0 - 2023-10-04

### BREAKING CHANGES (12.0.0)

- Drop support for Node.js 16

### NON-BREAKING CHANGES (12.0.0)

- Throw `QueryError`, with additional metadata
- Throw error if query has an empty `or` statement

### MAINTENANCE (12.0.0)

- Update npms

## 11.0.2 - 2023-07-18

- Update npms
Expand All @@ -10,11 +25,11 @@

## 11.0.0 - 2023-02-07

### BREAKING CHANGES
### BREAKING CHANGES (11.0.0)

- Drop support for Node.js 14

### MAINTENANCE
### MAINTENANCE (11.0.0)

- Update npms

Expand Down
Loading

0 comments on commit 32fc245

Please sign in to comment.