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",