Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.8.2...v3.0.0) (2020-04-30)

### Features

* **logstash:** send logs to logstash via TCP ([d2b262a](d2b262a))
* **logstash:** send logs to logstash via TCP ([7ee94cd](7ee94cd))

### BREAKING CHANGES

* **logstash:** send logs to logstash via TCP instead of UDP

Closes 48
* **logstash:** send logs to logstash via TCP instead of UDP

Closes 48
  • Loading branch information
semantic-release-bot committed Apr 30, 2020
1 parent 9b6a468 commit 4db160b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [3.0.0](https://github.com/Enigmatis/polaris-logs/compare/v2.8.2...v3.0.0) (2020-04-30)


### Features

* **logstash:** send logs to logstash via TCP ([d2b262a](https://github.com/Enigmatis/polaris-logs/commit/d2b262a9b63287b6fb30388b52e98bd1bd6a982c))
* **logstash:** send logs to logstash via TCP ([7ee94cd](https://github.com/Enigmatis/polaris-logs/commit/7ee94cddceb8267376a402cbee0252baa9899bc6))


### BREAKING CHANGES

* **logstash:** send logs to logstash via TCP instead of UDP

Closes 48
* **logstash:** send logs to logstash via TCP instead of UDP

Closes 48

## [2.8.2](https://github.com/Enigmatis/polaris-logs/compare/v2.8.1...v2.8.2) (2020-03-30)


Expand Down
2 changes: 1 addition & 1 deletion 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": "@enigmatis/polaris-logs",
"version": "2.8.2",
"version": "3.0.0",
"description": "A logging library",
"main": "dist/src/main.js",
"types": "dist/src/main.d.ts",
Expand Down

0 comments on commit 4db160b

Please sign in to comment.