From 08ed70e7320a93849b817f9dffe3951d3ae3d1a6 Mon Sep 17 00:00:00 2001 From: Adnan Rahic Date: Tue, 19 May 2020 14:47:36 +0200 Subject: [PATCH] Release 3.0.37 --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1910c60..ca5c480c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,21 @@ 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). +#### [3.0.37](https://github.com/sematext/logagent-js/compare/3.0.36...3.0.37) + +> 19 May 2020 + +- Merge pull request #234 from sematext/vercel-integration [`207e86a`](https://github.com/sematext/logagent-js/commit/207e86a8762a13a63af6bcf48a9272e38297647a) +- linted code with prettier [`559fb23`](https://github.com/sematext/logagent-js/commit/559fb233fd14a557aa7193980f200268f314eac1) +- added vercel input plugin [`c94bd19`](https://github.com/sematext/logagent-js/commit/c94bd1924d4acf025a019179858da7bb5cebbe39) + #### [3.0.36](https://github.com/sematext/logagent-js/compare/3.0.35...3.0.36) > 7 May 2020 -- Merge pull request #231 from sematext/fix-docker-log-routing [`97b2c1d`](https://github.com/sematext/logagent-js/commit/97b2c1df5c8ba8b5034bd11a7e9063f701184852) - separated LOGS_RECEIVER_URL and LOGS_RECEIVER_URLS in the config; use singular for only one URL or the plural when configuring multiple endpoints [`6a7f44e`](https://github.com/sematext/logagent-js/commit/6a7f44e3ed1f6a7e3ac666a42be77ba1df6db792) - added multi receiver url support [`cdec0fe`](https://github.com/sematext/logagent-js/commit/cdec0fe2755b85ffb89d8acd8acceebff5d3ef80) +- Release 3.0.36 [`99adca7`](https://github.com/sematext/logagent-js/commit/99adca779aa6a15ca492fb335fd8eb777c48fd7b) #### [3.0.35](https://github.com/sematext/logagent-js/compare/3.0.34...3.0.35) diff --git a/package.json b/package.json index fd7823f1..aa494809 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sematext/logagent", - "version": "3.0.36", + "version": "3.0.37", "description": "Smart log parser written in Node", "main": "lib/parser/parser.js", "bin": {