From ce7688da920487a45c0a7a8dac11b332b4c66a20 Mon Sep 17 00:00:00 2001 From: Adnan Rahic Date: Thu, 1 Jul 2021 14:19:45 +0200 Subject: [PATCH] Release 2.1.4 --- CHANGELOG.md | 16 +++++++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1952b80..16eb614 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,25 @@ 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). +#### [2.1.4](https://github.com/sematext/spm-agent/compare/2.1.3...2.1.4) + +> 1 July 2021 + +- Bump ws from 6.2.1 to 6.2.2 [`#17`](https://github.com/sematext/spm-agent/pull/17) +- Bump glob-parent from 5.1.1 to 5.1.2 [`#18`](https://github.com/sematext/spm-agent/pull/18) +- Bump hosted-git-info from 2.8.8 to 2.8.9 [`#16`](https://github.com/sematext/spm-agent/pull/16) +- Bump handlebars from 4.7.6 to 4.7.7 [`#15`](https://github.com/sematext/spm-agent/pull/15) +- Bump jose from 1.28.0 to 1.28.1 [`#14`](https://github.com/sematext/spm-agent/pull/14) +- change nedb package [`9715137`](https://github.com/sematext/spm-agent/commit/97151372f87ae4d10588ec7a56d7f6393e369c9e) +- updated deps [`71efca9`](https://github.com/sematext/spm-agent/commit/71efca9caa2c1524b3a10d0e865aaeff904a6134) +- Tweaks in wording and links, removed 3 deprecated agents [`6ad32fb`](https://github.com/sematext/spm-agent/commit/6ad32fbcfdcc084c023825947e4b805f8bc37e57) + #### [2.1.3](https://github.com/sematext/spm-agent/compare/2.1.2...2.1.3) > 7 April 2021 - clean up addInfluxTags [`04a1123`](https://github.com/sematext/spm-agent/commit/04a11236f13380e4fad73bd7e19daf6c67cc4a2b) +- Release 2.1.3 [`2c6054a`](https://github.com/sematext/spm-agent/commit/2c6054a1d2d54acfbaeeffbb54a09f92fb47363e) #### [2.1.2](https://github.com/sematext/spm-agent/compare/2.1.1...2.1.2) @@ -238,9 +252,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 24 January 2017 +- read spm client setting for docker hostname [`2b89348`](https://github.com/sematext/spm-agent/commit/2b89348ff7fa296cf50acd9e751c690db452b541) - add. parameters for docker setups [`0d63e3d`](https://github.com/sematext/spm-agent/commit/0d63e3d43be2f7df9da10bbd5c709f86e8148196) - add support for YAML config files, updated dependencies [`ec6c242`](https://github.com/sematext/spm-agent/commit/ec6c24287e59ba395252d90ffeadfb9c39041177) -- Release 1.31.2 [`77df56d`](https://github.com/sematext/spm-agent/commit/77df56d24b30d09591bffd97785c3e20e418af07) #### [1.31.1](https://github.com/sematext/spm-agent/compare/1.30.5...1.31.1) diff --git a/package-lock.json b/package-lock.json index 432d973..dd85f42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "spm-agent", - "version": "2.1.3", + "version": "2.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fc72193..8686353 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spm-agent", - "version": "2.1.3", + "version": "2.1.4", "description": "Node.js agent framework for SPM by Sematext", "main": "lib/index.js", "directories": {