Skip to content

Commit

Permalink
chore(release): publish v5.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Feb 15, 2024
1 parent 2985054 commit c9511d9
Show file tree
Hide file tree
Showing 55 changed files with 451 additions and 339 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.22](https://github.com/feathersjs/feathers/compare/v5.0.21...v5.0.22) (2024-02-15)

### Bug Fixes

- **knex:** Fix Knex adapter date comparison queries ([#3429](https://github.com/feathersjs/feathers/issues/3429)) ([23bafe1](https://github.com/feathersjs/feathers/commit/23bafe1204f79ce2ab0eaaa5544fab1a3ffb5f41))

## [5.0.21](https://github.com/feathersjs/feathers/compare/v5.0.20...v5.0.21) (2024-01-25)

**Note:** Version bump only for package feathers
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,7 +1,7 @@
{
"ci": false,
"packages": ["packages/*"],
"version": "5.0.21",
"version": "5.0.22",
"command": {
"bootstrap": {
"hoist": true
Expand Down

0 comments on commit c9511d9

Please sign in to comment.