Skip to content

Commit

Permalink
Chore/update dependencies (#25)
Browse files Browse the repository at this point in the history
* chore(package.json): update dependencies

Updating all dependencies to the latest version

* updated CHANGELOG.md

* Version bump
  • Loading branch information
jessie-codes committed Oct 9, 2019
1 parent 2fe04ba commit d1718c8
Show file tree
Hide file tree
Showing 4 changed files with 2,108 additions and 809 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### 1.8.0 (2019-10-09)

##### Chores

* **package.json:** update dependencies ([1fac6c8c](https://github.com/jessie-codes/gelf-file/commit/1fac6c8cd71c2e1dd3bc1e9e08653eb29f50c6b3))

##### Continuous Integration

* Add coveralls, update travis script ([49d6b18b](https://github.com/jessie-codes/gelf-file/commit/49d6b18b0484b06b4aa1b45afd21fc51c88de925))

##### Bug Fixes

* Updated to use safe-flat to handle circular references ([f9b3c44d](https://github.com/jessie-codes/gelf-file/commit/f9b3c44d55582192c0937cf593a0fb2607250f1f))

### 1.7.0 (2019-04-22)

##### Continuous Integration
Expand Down
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const logger = function logger (file, opts, args) {
_type: level
}

let flattened = flatten(Object.assign({}, args, tags))
const flattened = flatten(Object.assign({}, args, tags))

Object.assign(flattened, data)

Expand Down
Loading

0 comments on commit d1718c8

Please sign in to comment.