Skip to content

Commit

Permalink
v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Sep 1, 2020
1 parent fc9da08 commit 0d2ed39
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions changelog.md
@@ -1,5 +1,24 @@
# Changelog

## 0.8.3

Features:

* Record `URL_PATH` on routes
* Re-export `PATH` symbol from `@overlook/plugin-request`

Refactor:

* Use `@overlook/util-find-parent` for locating parent path route

Tests:

* Use inherited symbols [refactor]

Docs:

* Inherited symbols

## 0.8.2

Minor:
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
@@ -1,6 +1,6 @@
{
"name": "@overlook/plugin-path",
"version": "0.8.2",
"version": "0.8.3",
"description": "Overlook framework path plugin",
"main": "index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 0d2ed39

Please sign in to comment.