diff --git a/CHANGELOG.md b/CHANGELOG.md index d68e2b9f..1a4238c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ 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.3.0](https://github.com/sematext/logagent-js/compare/3.2.0...3.3.0) + +> 25 May 2023 + +- SC-16333 Extract fields from vercel syslog messages [`#325`](https://github.com/sematext/logagent-js/pull/325) +- Bump vm2 from 3.9.11 to 3.9.19 [`#324`](https://github.com/sematext/logagent-js/pull/324) +- Bump xml2js from 0.4.19 to 0.5.0 [`#321`](https://github.com/sematext/logagent-js/pull/321) +- Bump flat from 4.1.0 to 5.0.1 [`#319`](https://github.com/sematext/logagent-js/pull/319) +- Bump http-cache-semantics from 4.1.0 to 4.1.1 [`#320`](https://github.com/sematext/logagent-js/pull/320) +- Bump decode-uri-component from 0.2.0 to 0.2.2 [`#318`](https://github.com/sematext/logagent-js/pull/318) +- Bump minimatch from 3.0.4 to 3.0.5 [`#317`](https://github.com/sematext/logagent-js/pull/317) +- Bump qs from 6.5.2 to 6.5.3 [`#316`](https://github.com/sematext/logagent-js/pull/316) +- Update dependencies [`da86d3e`](https://github.com/sematext/logagent-js/commit/da86d3e713b6de50384ee33bbe103d402c5d2dc9) +- Update dependencies [`a530902`](https://github.com/sematext/logagent-js/commit/a5309025c8756301c3a51ede553020a0c67d9acb) +- Eliminate duplicate message [`bbe315e`](https://github.com/sematext/logagent-js/commit/bbe315eb361095964979ff87aa194e5073bda86e) + #### [3.2.0](https://github.com/sematext/logagent-js/compare/3.1.4...3.2.0) > 19 September 2022 @@ -15,6 +31,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Stop spamming logs [`#312`](https://github.com/sematext/logagent-js/pull/312) - SC-13832 Update dependencies [`#311`](https://github.com/sematext/logagent-js/pull/311) - Update dependencies [`b014a0e`](https://github.com/sematext/logagent-js/commit/b014a0e0daf5f755780d9ef0f888cd50bf201f52) +- Release 3.2.0 [`8c847a9`](https://github.com/sematext/logagent-js/commit/8c847a976e5037ff6b19eef37384ae6b46aef931) #### [3.1.4](https://github.com/sematext/logagent-js/compare/3.1.3...3.1.4) diff --git a/package-lock.json b/package-lock.json index a8cf95ea..a0aa1d6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sematext/logagent", - "version": "3.2.0", + "version": "3.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@sematext/logagent", - "version": "3.2.0", + "version": "3.3.0", "license": "Apache-2.0", "dependencies": { "@azure/event-hubs": "^5.2.0", diff --git a/package.json b/package.json index 2935a518..4808c1fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sematext/logagent", - "version": "3.2.0", + "version": "3.3.0", "description": "Smart log parser written in Node", "main": "lib/parser/parser.js", "bin": {