From 2c730425fd50bbbecefaa8ae3fcaeead9851d8a6 Mon Sep 17 00:00:00 2001 From: overlookmotel Date: Sat, 9 May 2020 22:16:52 +0100 Subject: [PATCH] v0.8.0 --- changelog.md | 19 +++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 6e61be1..cd9c200 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,24 @@ # Changelog +## 0.8.0 + +Breaking changes: + +* Update plugin dependencies + +Features: + +* ESM export + +Bug fixes: + +* Correctly order named wildcard routes +* Order routes with '' path part last + +Dev: + +* Update dev dependencies + ## 0.7.0 Breaking changes: diff --git a/package-lock.json b/package-lock.json index e19b18a..0e9ec05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@overlook/plugin-path", - "version": "0.7.0", + "version": "0.8.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 903a28e..bd5b0bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@overlook/plugin-path", - "version": "0.7.0", + "version": "0.8.0", "description": "Overlook framework path plugin", "main": "index.js", "module": "es/index.js",