Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Berkmann18 committed Nov 2, 2018
1 parent 6111c36 commit 82b0b0f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [1.2.0](https://github.com/Berkmann18/nclr/compare/v1.1.0...v1.2.0) (2018-11-02)


### Build

* Added a markdown linter ([d65d269995697dad13b2874a095398c69d08fc59](https://github.com/Berkmann18/nclr/commit/d65d269995697dad13b2874a095398c69d08fc59))
* Added lint-staged and a TravisCI configuration ([8f7f2451bf03bc2fabcc7045592dd0316790f201](https://github.com/Berkmann18/nclr/commit/8f7f2451bf03bc2fabcc7045592dd0316790f201))

### Docs

* Update ([9c24190bab6c2d01934335adfbdc4ec94133c0ed](https://github.com/Berkmann18/nclr/commit/9c24190bab6c2d01934335adfbdc4ec94133c0ed))
* Updated the documentation ([22e3bd7901b6376c2e0a0ce59444a01ced30ce75](https://github.com/Berkmann18/nclr/commit/22e3bd7901b6376c2e0a0ce59444a01ced30ce75))

### New

* Added `use` ([9884151820afa2af2068d710eefa19434578a814](https://github.com/Berkmann18/nclr/commit/9884151820afa2af2068d710eefa19434578a814)), closes [#4](https://github.com/Berkmann18/nclr/issues/4)

### Update

* Improved `use` and `extend` ([db917758241aac198c042d35988c9c5f3da90af8](https://github.com/Berkmann18/nclr/commit/db917758241aac198c042d35988c9c5f3da90af8))



# [1.1.0](https://github.com/Berkmann18/nclr/compare/v1.0.1...v1.1.0) (2018-10-30)


Expand Down
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.1.0",
"version": "1.2.0",
"description": "Set of pre-defined coloured console logs",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 82b0b0f

Please sign in to comment.