Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed May 9, 2020
1 parent be6662d commit 2c73042
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 2c73042

Please sign in to comment.