Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloB94 committed Sep 19, 2022
1 parent 7f2f76f commit 8c847a9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,26 @@ 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.2.0](https://github.com/sematext/logagent-js/compare/3.1.4...3.2.0)

> 19 September 2022
- Bump jose from 1.28.1 to 1.28.2 [`#315`](https://github.com/sematext/logagent-js/pull/315)
- Drop prettier-standard [`#314`](https://github.com/sematext/logagent-js/pull/314)
- Change prettier-standard dependency to patched repository [`#313`](https://github.com/sematext/logagent-js/pull/313)
- Migrate to Buffer.alloc() [`#310`](https://github.com/sematext/logagent-js/pull/310)
- 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)

#### [3.1.4](https://github.com/sematext/logagent-js/compare/3.1.3...3.1.4)

> 6 September 2022
- Bump node-fetch from 2.6.1 to 2.6.7 [`#309`](https://github.com/sematext/logagent-js/pull/309)
- Bump moment-timezone from 0.5.31 to 0.5.35 [`#308`](https://github.com/sematext/logagent-js/pull/308)
- Bump moment from 2.29.2 to 2.29.4 [`#307`](https://github.com/sematext/logagent-js/pull/307)
- Release 3.1.4 [`56f5344`](https://github.com/sematext/logagent-js/commit/56f5344a2e931133254ddd6e824400fa8a831e6f)

#### [3.1.3](https://github.com/sematext/logagent-js/compare/3.1.2...3.1.3)

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

0 comments on commit 8c847a9

Please sign in to comment.