Skip to content

Commit

Permalink
chore(release): 0.2.4 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
huafu committed Sep 4, 2018
1 parent 157cd75 commit b5a6791
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 11 deletions.
51 changes: 42 additions & 9 deletions CHANGELOG.md
@@ -1,17 +1,50 @@
# Changelog
<a name="0.2.4"></a>
## [0.2.4](https://github.com/huafu/bs-logger/compare/v0.2.3...v0.2.4) (2018-09-04)

## 0.2.3

- [FIX] Allow circular references in the `json` formatter

## 0.2.2
<a name="0.2.3"></a>
## [0.2.3](https://github.com/huafu/bs-logger/compare/v0.2.2...v0.2.3) (2018-08-31)

- [FIX] Exports `LoggerMock` type

## 0.2.1
### Bug Fixes

* **formatter:** allow json formatter to serialize circular data ([103bac0](https://github.com/huafu/bs-logger/commit/103bac0))



<a name="0.2.2"></a>
## [0.2.2](https://github.com/huafu/bs-logger/compare/v0.2.1...v0.2.2) (2018-08-31)


### Bug Fixes

* **testing:** adds LoggerMock to exported symbols ([134dab8](https://github.com/huafu/bs-logger/commit/134dab8))



<a name="0.2.1"></a>
## [0.2.1](https://github.com/huafu/bs-logger/compare/v0.2.0...v0.2.1) (2018-08-31)



<a name="0.2.0"></a>
# [0.2.0](https://github.com/huafu/bs-logger/compare/v0.1.1...v0.2.0) (2018-08-31)


### Features

* **testing:** adds helpers for testing ([0e65a49](https://github.com/huafu/bs-logger/commit/0e65a49))



<a name="0.1.1"></a>
## [0.1.1](https://github.com/huafu/bs-logger/compare/02d6fc7...v0.1.1) (2018-08-30)


### Features

* adds custom formatters ([02d6fc7](https://github.com/huafu/bs-logger/commit/02d6fc7))

- [FEATURE] Adds testing helpers

## 0.1.1

- First release
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
@@ -1,6 +1,6 @@
{
"name": "bs-logger",
"version": "0.2.3",
"version": "0.2.4",
"description": "Bare simple logger for NodeJS",
"author": "Huafu Gandon <huafu.gandon@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit b5a6791

Please sign in to comment.