From e0fe249496480852853fdf9f984fef59047d9f1d Mon Sep 17 00:00:00 2001 From: "Klaus Landsdorf (mac)" Date: Tue, 2 Jun 2020 09:21:25 +0200 Subject: [PATCH] chore(release): changelog --- CHANGELOG.md | 15 ++++++++++++--- clean.sh | 3 +++ 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2da892f..a455d6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ -# Changelog +## 0.2.2 (2020-06-02) + +* chore: release docs just with master ([979e265](https://github.com/BiancoRoyal/node-bacstack/commit/979e265)) +* chore(release): 0.2.2 ([caec31b](https://github.com/BiancoRoyal/node-bacstack/commit/caec31b)) +* test: read the most supported properties ([12b68f0](https://github.com/BiancoRoyal/node-bacstack/commit/12b68f0)) +* test(coverage): hold coverage data from docker ([cdefbf9](https://github.com/BiancoRoyal/node-bacstack/commit/cdefbf9)) +* test(coverage): new traivs instructions ([586c284](https://github.com/BiancoRoyal/node-bacstack/commit/586c284)) +* fix(examples) fix example scipts ([2dfe509](https://github.com/BiancoRoyal/node-bacstack/commit/2dfe509)) +* docs: only pages on master ([4520417](https://github.com/BiancoRoyal/node-bacstack/commit/4520417)) -All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -### [0.2.2](https://github.com/BiancoRoyal/node-bacstack/compare/v0.2.1...v0.2.2) (2020-06-02) ## 0.2.1 (2020-06-01) @@ -458,3 +464,6 @@ specification. * docs(readme): add Travis-CI and David-DM badges ([9baf051](https://github.com/BiancoRoyal/node-bacstack/commit/9baf051)) * feat: create initial implementation ([1c4f139](https://github.com/BiancoRoyal/node-bacstack/commit/1c4f139)) * feat: create initial project structure ([4b2c8c0](https://github.com/BiancoRoyal/node-bacstack/commit/4b2c8c0)) + + + diff --git a/clean.sh b/clean.sh index e2a4d4f..9e234a1 100755 --- a/clean.sh +++ b/clean.sh @@ -6,6 +6,9 @@ rm -rf docs/ rm -rf reports/ +mkdir -p reports/coverage +touch reports/coverage/git.keep + rm -rf .nyc_output/ rm package-lock.json