From 9caa6d4a66c131b148082083a82b6c903ee5a27c Mon Sep 17 00:00:00 2001 From: Nils Knappmeier Date: Wed, 20 Feb 2019 00:12:15 +0100 Subject: [PATCH] 3.0.1 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58758e3..eabf0cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ This project adheres to [Semantic Versioning](http://semver.org/). +# 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 diff --git a/package-lock.json b/package-lock.json index dfc2cd7..7096c18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "customize-write-files", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 03915e1..b36cd7e 100644 --- a/package.json +++ b/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",