Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Sep 20, 2020
1 parent d87a2e9 commit b67b304
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 0.3.1

Features:

* Serve virtual files

Improvements:

* Improve type checking

Bug fixes:

* `.handle` return `undefined` if no file

Dependencies:

* Update `@overlook/plugin-fs` dependency

## 0.3.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-static",
"version": "0.3.0",
"version": "0.3.1",
"description": "Overlook framework static file plugin",
"main": "index.js",
"module": "es/index.js",
Expand Down

0 comments on commit b67b304

Please sign in to comment.