Skip to content
This repository was archived by the owner on Apr 21, 2022. It is now read-only.

Commit ece6488

Browse files
committed
release: 2022-02-04, Version 3.5.3 [skip ci]
1 parent 40c3283 commit ece6488

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## Changelog
2+
3+
## [3.5.3](https://github.com/logdna/nodejs/compare/v3.5.2...v3.5.3) (2022-02-04)
4+
5+
6+
### Bug Fixes
7+
8+
* **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)
9+
10+
11+
### Chores
12+
13+
* **deps**: axios@0.25.0 [40c3283](https://github.com/logdna/nodejs/commit/40c3283949bd7d9745f715309c65c2f6031b34f4) - Darin Spivey, closes: [#111](https://github.com/logdna/nodejs/issues/111)
14+
115
# CHANGELOG
216

317
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.
4458
[3.3.3]: https://github.com/logdna/nodejs/compare/3.3.2...3.3.3
4559
[3.3.2]: https://github.com/logdna/nodejs/compare/3.3.1...3.3.2
4660
[3.3.1]: https://github.com/logdna/nodejs/compare/3.3.0...3.3.1
47-
[3.3.0]: https://github.com/logdna/nodejs/releases/tag/3.3.0
61+
[3.3.0]: https://github.com/logdna/nodejs/releases/tag/3.3.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "logdna",
3-
"version": "3.5.2",
3+
"version": "3.5.3",
44
"description": "LogDNA's Node.js Logging Module.",
55
"main": "index.js",
66
"types": "types.d.ts",

0 commit comments

Comments
 (0)