From 9fccd8e7939e88799589961306d673b7b1c5d1e8 Mon Sep 17 00:00:00 2001 From: David Luecke Date: Sat, 7 Aug 2021 17:55:43 -0700 Subject: [PATCH] chore: Update version and changelog --- changelog.md | 11 +++++++++++ packages/feathers/src/version.ts | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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';