Skip to content

Commit e4725b1

Browse files
authored
2.1.7 (#109)
* 2.1.7 * Add `maintainers` to package.json
1 parent 6a6a818 commit e4725b1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ A few notes are worth mentioning regarding the use of the UDP protocol:
6262

6363

6464
## Update log
65+
**2.1.7**
66+
- upgrade `axios` to `v1.6.4` (contributed by @gcagle3)
67+
6568
**2.1.6**
6669
- Test node versions `14-20`
6770
- upgrade `axios` to `v1.6.0` (contributed by @gcagle3)

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
{
22
"name": "logzio-nodejs",
33
"description": "A nodejs implementation for sending logs to Logz.IO cloud service Copy of logzio-nodejs",
4-
"version": "2.1.6",
4+
"version": "2.1.7",
55
"author": "Gilly Barr <gilly@logz.io>",
6+
"maintainers": [
7+
{
8+
"name": "Yotam loewenbach",
9+
"email": "yotam.loewenbach@logz.io"
10+
}
11+
],
612
"contributors": [
713
{
814
"name": "Gilly Barr",

0 commit comments

Comments
 (0)