Skip to content

Commit

Permalink
Chore: Release 2.0.0 🎉 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.2.0...v2.0.0) (2018-12-31)

### Update

* Replaced `log-symbols` with `figures` ([97ecfa3](97ecfa3)), closes [#20](#20)

### BREAKING CHANGES

* `info`, `error`, `warning` and `question` outputs differently.
  • Loading branch information
semantic-release-bot committed Dec 31, 2018
1 parent 0a737a3 commit d8444bd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.0.0](https://github.com/Berkmann18/nclr/compare/v1.2.0...v2.0.0) (2018-12-31)


### Update

* Replaced `log-symbols` with `figures` ([97ecfa3](https://github.com/Berkmann18/nclr/commit/97ecfa3)), closes [#20](https://github.com/Berkmann18/nclr/issues/20)


### BREAKING CHANGES

* `info`, `error`, `warning` and `question` outputs differently.

# [1.3.0](https://github.com/Berkmann18/nclr/compare/v1.2.1...v1.3.0) (2018-12-11)


Expand Down Expand Up @@ -104,6 +116,3 @@
### Update

* Added everything ([be44a896967acecb5a8c8774b9aec3529fcd12ec](https://github.com/Berkmann18/nclr/commit/be44a896967acecb5a8c8774b9aec3529fcd12ec))



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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nclr",
"version": "1.3.0",
"version": "2.0.0",
"description": "Set of pre-defined coloured console logs",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit d8444bd

Please sign in to comment.