Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaakkos committed Mar 27, 2023
1 parent 310db72 commit 9360e04
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [v1.1.0](https://github.com/jaakkos/winston-logstash/compare/v1.1.0...v1.1.0)
## [v1.2.0](https://github.com/jaakkos/winston-logstash/compare/v1.1.0...v1.2.0)

### Merged

- Issue/71 config reload automatic [`#76`](https://github.com/jaakkos/winston-logstash/pull/76)
- Bump json5 from 2.2.1 to 2.2.3 in /test-bench/winston-2x [`#75`](https://github.com/jaakkos/winston-logstash/pull/75)
- Bump json5 from 2.2.1 to 2.2.3 in /test-bench/winston-3x [`#74`](https://github.com/jaakkos/winston-logstash/pull/74)
- Bump webpack from 5.75.0 to 5.76.1 [`#72`](https://github.com/jaakkos/winston-logstash/pull/72)
Expand All @@ -22,6 +23,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

- Add auto-changelog [`6e22d0d`](https://github.com/jaakkos/winston-logstash/commit/6e22d0da8a65a568c7b2c0cc78ed9f764a329227)
- Add rationale for error handling [`317e995`](https://github.com/jaakkos/winston-logstash/commit/317e99572cacfdac18e1e74d48ba05251ff202b3)
- Update changelog [`707f5d9`](https://github.com/jaakkos/winston-logstash/commit/707f5d9bfbc0acfb6821a95ac411b124d41c745e)
- Add integration CI badge [`d6ffe3b`](https://github.com/jaakkos/winston-logstash/commit/d6ffe3bf269b9e3ad77fef9bb2723e8f45cd2315)

## [v1.1.0](https://github.com/jaakkos/winston-logstash/compare/v0.4.0...v1.1.0) - 2022-12-03
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@

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",
"version": "1.2.0",
"description": "A Logstash transport for winston",
"main": "./lib/winston-logstash",
"homepage": "https://github.com/jaakkos/winston-logstash",
Expand Down

0 comments on commit 9360e04

Please sign in to comment.