Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Feb 19, 2019
1 parent 897c263 commit 9caa6d4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
This project adheres to [Semantic Versioning](http://semver.org/).

<a name="current-release"></a>
# Version 3.0.1 (Tue, 19 Feb 2019 23:12:04 GMT)

* [897c263](https://github.com/bootprint/customize-write-files/commit/897c263) chore: add node 8 to travis-config - Nils Knappmeier
* [7faee02](https://github.com/bootprint/customize-write-files/commit/7faee02) refactor: use async/await, simplify code - Nils Knappmeier
* [3d2f571](https://github.com/bootprint/customize-write-files/commit/3d2f571) refactor: replace mkdirp, pify, rimraf by fs-extra - Nils Knappmeier
* [be3dfd0](https://github.com/bootprint/customize-write-files/commit/be3dfd0) refactor: replace stream-equal by stream-compare - Nils Knappmeier


# Version 3.0.0 (Fri, 15 Feb 2019 21:09:50 GMT)

* [c859460](https://github.com/bootprint/customize-write-files/commit/c859460) chore: bump dependency versions, use nyc instead of istanbul - Nils Knappmeier
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": "customize-write-files",
"version": "3.0.0",
"version": "3.0.1",
"description": "Post-processor that stores the result of a customize-run in a local directory",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9caa6d4

Please sign in to comment.