Skip to content

Commit

Permalink
Release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloB94 committed May 25, 2023
1 parent 829e771 commit a437b74
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)

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": "@sematext/logagent",
"version": "3.2.0",
"version": "3.3.0",
"description": "Smart log parser written in Node",
"main": "lib/parser/parser.js",
"bin": {
Expand Down

0 comments on commit a437b74

Please sign in to comment.