diff --git a/changelog.md b/changelog.md index a22107d3c1..ea08c85bcf 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-pre.6](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.5...v5.0.0-pre.6) (2021-08-08) + + +### Bug Fixes + +* **koa:** Throw a NotFound Feathers error on missing paths ([#2415](https://github.com/feathersjs/feathers/issues/2415)) ([e013f98](https://github.com/feathersjs/feathers/commit/e013f98315d550ced6eacffd615c61bb0912b4ba)) + + + + + # [5.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.4...v5.0.0-pre.5) (2021-06-23) diff --git a/packages/feathers/src/version.ts b/packages/feathers/src/version.ts index a54d824540..5ba45753e4 100644 --- a/packages/feathers/src/version.ts +++ b/packages/feathers/src/version.ts @@ -1 +1 @@ -export default 'development'; +export default '5.0.0-pre.6';