diff --git a/CHANGELOG.md b/CHANGELOG.md index 3619cd73..192fe326 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +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.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) + #### [3.1.3](https://github.com/sematext/logagent-js/compare/3.1.2...3.1.3) > 19 July 2022 - Fix for debug flag ignore issue [`#306`](https://github.com/sematext/logagent-js/pull/306) - Bump moment from 2.29.1 to 2.29.2 [`#302`](https://github.com/sematext/logagent-js/pull/302) +- Release 3.1.3 [`72f59a4`](https://github.com/sematext/logagent-js/commit/72f59a4fe612d4ae3d59100b9d02113111d1717c) #### [3.1.2](https://github.com/sematext/logagent-js/compare/3.1.1...3.1.2) diff --git a/package-lock.json b/package-lock.json index c979dba2..50d2021b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sematext/logagent", - "version": "3.1.3", + "version": "3.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@sematext/logagent", - "version": "3.1.3", + "version": "3.1.4", "license": "Apache-2.0", "dependencies": { "@azure/event-hubs": "^5.2.0", diff --git a/package.json b/package.json index 127b051e..0d820826 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sematext/logagent", - "version": "3.1.3", + "version": "3.1.4", "description": "Smart log parser written in Node", "main": "lib/parser/parser.js", "bin": {