Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaakkos committed Dec 3, 2022
1 parent ed1b3ae commit 82c3b23
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Changelog

## Not released yet

## 1.1.0-rc1 (2022-11-28)
## 1.1.0 (2022-12-03)

Features:

- Migrete to TypeScript
- Migrate to TypeScript
- Add end2end test for both winston 2.x and 3.x.

## 1.0.2 (2022-11-09)

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

A [Logstash TCP][0] transport for [winston][1].

## OBS

The project has now been migrated to TypeScript, everything should be backward compatible but it might cause some new bugs anyway.

## Usage

### Winston 2.x
Expand Down
4 changes: 2 additions & 2 deletions 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": "winston-logstash",
"version": "1.1.0-rc1",
"version": "1.1.0",
"description": "A Logstash transport for winston",
"main": "./lib/winston-logstash",
"homepage": "https://github.com/jaakkos/winston-logstash",
Expand Down

0 comments on commit 82c3b23

Please sign in to comment.