Skip to content

Commit 6dbc00e

Browse files
author
Adnan Rahic
committed
Release 2.1.1
1 parent 21678d2 commit 6dbc00e

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,22 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [2.1.1](https://github.com/sematext/winston-logsene/compare/2.1.0...2.1.1)
8+
9+
> 10 May 2021
10+
11+
- removed flat [`ed28e13`](https://github.com/sematext/winston-logsene/commit/ed28e13ca3ef197b2ad416e771ae85570e1bcf60)
12+
- Added missing } [`7388ffb`](https://github.com/sematext/winston-logsene/commit/7388ffbd255fa4450ec513d23375c7f8de2de21b)
13+
- remove redundant code [`21678d2`](https://github.com/sematext/winston-logsene/commit/21678d211d81b2f30637f05ba82236018c852a8c)
14+
715
#### [2.1.0](https://github.com/sematext/winston-logsene/compare/2.0.12...2.1.0)
816

917
> 13 January 2021
1018
1119
- Bump ini from 1.3.5 to 1.3.8 [`#24`](https://github.com/sematext/winston-logsene/pull/24)
20+
- Release 2.1.0 [`de68334`](https://github.com/sematext/winston-logsene/commit/de683348d5d1c04be59cf9bb69528682af6e7c55)
1221
- Merge pull request #25 from sematext/issue-21 [`35e302c`](https://github.com/sematext/winston-logsene/commit/35e302cb11d42a216877aa2cc7625f6fb18755bc)
1322
- added safe flat [`57efc0f`](https://github.com/sematext/winston-logsene/commit/57efc0f97d11f0364a6171420a568bbf155dd47c)
14-
- updated flat dep [`ac2adfc`](https://github.com/sematext/winston-logsene/commit/ac2adfcca77f9ecf5554c9b28c47584c1fe3e2bb)
1523

1624
#### [2.0.12](https://github.com/sematext/winston-logsene/compare/2.0.11...2.0.12)
1725

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "winston-logsene",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Winston transport layer for Logsene",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)