Skip to content

Commit

Permalink
chore(release): changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
biancode committed Jun 2, 2020
1 parent caec31b commit e0fe249
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
@@ -1,8 +1,14 @@
# Changelog
## <small>0.2.2 (2020-06-02)</small>

* 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)

## <small>0.2.1 (2020-06-01)</small>

Expand Down Expand Up @@ -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))



3 changes: 3 additions & 0 deletions clean.sh
Expand Up @@ -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
Expand Down

0 comments on commit e0fe249

Please sign in to comment.