diff --git a/CHANGELOG.md b/CHANGELOG.md index da49448..f5bace8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,22 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [2.1.0](https://github.com/sematext/winston-logsene/compare/2.0.12...2.1.0) + +> 13 January 2021 + +- Bump ini from 1.3.5 to 1.3.8 [`#24`](https://github.com/sematext/winston-logsene/pull/24) +- Merge pull request #25 from sematext/issue-21 [`35e302c`](https://github.com/sematext/winston-logsene/commit/35e302cb11d42a216877aa2cc7625f6fb18755bc) +- added safe flat [`57efc0f`](https://github.com/sematext/winston-logsene/commit/57efc0f97d11f0364a6171420a568bbf155dd47c) +- updated flat dep [`ac2adfc`](https://github.com/sematext/winston-logsene/commit/ac2adfcca77f9ecf5554c9b28c47584c1fe3e2bb) + #### [2.0.12](https://github.com/sematext/winston-logsene/compare/2.0.11...2.0.12) > 23 September 2020 - Bump node-fetch from 2.6.0 to 2.6.1 [`#23`](https://github.com/sematext/winston-logsene/pull/23) - Updated deps [`1105dd4`](https://github.com/sematext/winston-logsene/commit/1105dd4e094557d2f6ed36e161fa1a995234e8a5) +- Release 2.0.12 [`6360f3f`](https://github.com/sematext/winston-logsene/commit/6360f3fbffd0c30ff7376142ec51c8bd2a068ace) #### [2.0.11](https://github.com/sematext/winston-logsene/compare/2.0.10...2.0.11) diff --git a/package-lock.json b/package-lock.json index 4e33bcf..089e096 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "winston-logsene", - "version": "2.0.12", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 803bec4..7720e35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "winston-logsene", - "version": "2.0.12", + "version": "2.1.0", "description": "Winston transport layer for Logsene", "main": "lib/index.js", "scripts": {