Skip to content

Commit

Permalink
bump version and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
khatastroffik committed Jun 21, 2020
1 parent 9998416 commit 1b1b1f5
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,32 @@
# 1.1.0 (2020-06-21)

## Chores

* remove dependency to external module "treeify" (2ec2803e)

## New Features

* **colors:** add colored output (preset dark/bright, custom colors), add extended help (6a1715a5)

## Other Changes

* add screenshots, update README, add commit guideline doc, adjust app help text (21fb393b)
* add options object to treeifier, prepare colorMode option for application (0ad9d5ea)

## Refactors

* replace call to external treeify library with call to internal Treeifier (77068125)
* introduce a treeify module (Treeifier class) incl. tests (6bb63234)

##### Tests

* add test of custom colors for treeifier (99984167)

# 1.0.1 (2020-06-18)

## Bug Fixes

* add missing dependency "tslib" (1033bbef)
* add missing dependency "tslib" (1033bbef)

# 1.0.0 (2020-06-17)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@khatastroffik/npm-preview-package",
"version": "1.0.1",
"version": "1.1.0",
"description": "This utility generates an overview of the files and directories, which would be part of an npm package when published: a package content preview.",
"scripts": {
"test": "jest --verbose",
Expand Down

0 comments on commit 1b1b1f5

Please sign in to comment.