Skip to content

Commit

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

## 0.1.3

Bug fixes:

* Empty build dir before writing new build
* Delete `[BUILD_FILES]` from all routes
* Init undefined `[BUILD_FILES]`

Dev:

* Update dev dependencies

## 0.1.2

Bug fixes:
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-build",
"version": "0.1.2",
"version": "0.1.3",
"description": "Overlook framework build plugin",
"main": "index.js",
"module": "es/index.js",
Expand Down

0 comments on commit e7104f2

Please sign in to comment.