Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed May 8, 2020
1 parent f95769f commit e4de3aa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.2.0

Breaking changes:

* Use response at `req[RES]`

Tests:

* Re-order imports [refactor]

## 0.1.0

* Initial release
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-static",
"version": "0.1.0",
"version": "0.2.0",
"description": "Overlook framework static file plugin",
"main": "index.js",
"files": [
Expand Down

0 comments on commit e4de3aa

Please sign in to comment.