Skip to content

Commit

Permalink
chore(release): 2.2.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.2](v2.2.1...v2.2.2) (2019-02-18)

### Bug Fixes

* fixed a bug about throwable serialization ([4c3b5d6](4c3b5d6))
* throwable is now serialized appropriately, made logstash optional ([ea8ffe6](ea8ffe6))
  • Loading branch information
semantic-release-bot committed Feb 18, 2019
1 parent 89da138 commit 4c4ff32
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.2.2](https://github.com/Enigmatis/polaris-logs/compare/v2.2.1...v2.2.2) (2019-02-18)


### Bug Fixes

* fixed a bug about throwable serialization ([4c3b5d6](https://github.com/Enigmatis/polaris-logs/commit/4c3b5d6))
* throwable is now serialized appropriately, made logstash optional ([ea8ffe6](https://github.com/Enigmatis/polaris-logs/commit/ea8ffe6))

## [2.2.1](https://github.com/Enigmatis/polaris-logs/compare/v2.2.0...v2.2.1) (2019-02-05)


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": "@enigmatis/polaris-logs",
"version": "2.2.1",
"version": "2.2.2",
"description": "A logging library",
"main": "dist/src/main.js",
"types": "dist/src/main.d.ts",
Expand Down

0 comments on commit 4c4ff32

Please sign in to comment.