Skip to content

Commit

Permalink
chore(release): publish v5.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Jan 22, 2024
1 parent 8e39884 commit 33a2e00
Show file tree
Hide file tree
Showing 55 changed files with 451 additions and 339 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.17](https://github.com/feathersjs/feathers/compare/v5.0.16...v5.0.17) (2024-01-22)

### Bug Fixes

- **cli:** Fix another ES module issue ([#3395](https://github.com/feathersjs/feathers/issues/3395)) ([8e39884](https://github.com/feathersjs/feathers/commit/8e39884a23d0e7868546dce4f7a3ee6e954c2b31))

## [5.0.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"ci": false,
"packages": ["packages/*"],
"version": "5.0.16",
"version": "5.0.17",
"command": {
"bootstrap": {
"hoist": true
Expand Down
Loading

0 comments on commit 33a2e00

Please sign in to comment.