This commit is contained in:
Conduitry 2018-03-24 20:20:09 -04:00
parent 44366c0dae
commit c687d3b085
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# v0.14.1
- Fix a race condition that can occur when generators finish after transforms in a given wave
# v0.14.0
- Allow per-file and per-directory filtering of which files to consider

View File

@ -1,6 +1,6 @@
{
"name": "defiler",
"version": "0.14.0",
"version": "0.14.1",
"description": "A small, strange building block",
"keywords": ["build", "framework", "async", "watch"],
"main": "./dist/index.cjs.js",