From ece6488da43a8aaace0ed7af35439ac2c3d86b7c Mon Sep 17 00:00:00 2001 From: LogDNA Bot Date: Fri, 4 Feb 2022 19:06:13 +0000 Subject: [PATCH] release: 2022-02-04, Version 3.5.3 [skip ci] --- CHANGELOG.md | 16 +++++++++++++++- package.json | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f17408..6112acb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## Changelog + +## [3.5.3](https://github.com/logdna/nodejs/compare/v3.5.2...v3.5.3) (2022-02-04) + + +### Bug Fixes + +* **ci**: Switch to Jenkins and semantic-release [90ac36e](https://github.com/logdna/nodejs/commit/90ac36e77dbeae1cfd9b8a83d3f7d7565a5dc917) - Darin Spivey, closes: [#110](https://github.com/logdna/nodejs/issues/110) + + +### Chores + +* **deps**: axios@0.25.0 [40c3283](https://github.com/logdna/nodejs/commit/40c3283949bd7d9745f715309c65c2f6031b34f4) - Darin Spivey, closes: [#111](https://github.com/logdna/nodejs/issues/111) + # CHANGELOG This file documents all notable changes in `LogDNA Node.js Code Library`. The release numbering uses [semantic versioning](http://semver.org). @@ -44,4 +58,4 @@ done strictly for the safety of legacy users who may still be using it. [3.3.3]: https://github.com/logdna/nodejs/compare/3.3.2...3.3.3 [3.3.2]: https://github.com/logdna/nodejs/compare/3.3.1...3.3.2 [3.3.1]: https://github.com/logdna/nodejs/compare/3.3.0...3.3.1 -[3.3.0]: https://github.com/logdna/nodejs/releases/tag/3.3.0 \ No newline at end of file +[3.3.0]: https://github.com/logdna/nodejs/releases/tag/3.3.0 diff --git a/package.json b/package.json index 9b246e8..0f249ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logdna", - "version": "3.5.2", + "version": "3.5.3", "description": "LogDNA's Node.js Logging Module.", "main": "index.js", "types": "types.d.ts",