Skip to content

Commit

Permalink
2.1.7 (#109)
Browse files Browse the repository at this point in the history
* 2.1.7

* Add `maintainers` to package.json
  • Loading branch information
yotamloe authored Jan 18, 2024
1 parent 6a6a818 commit e4725b1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ A few notes are worth mentioning regarding the use of the UDP protocol:


## Update log
**2.1.7**
- upgrade `axios` to `v1.6.4` (contributed by @gcagle3)

**2.1.6**
- Test node versions `14-20`
- upgrade `axios` to `v1.6.0` (contributed by @gcagle3)
Expand Down
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"name": "logzio-nodejs",
"description": "A nodejs implementation for sending logs to Logz.IO cloud service Copy of logzio-nodejs",
"version": "2.1.6",
"version": "2.1.7",
"author": "Gilly Barr <[email protected]>",
"maintainers": [
{
"name": "Yotam loewenbach",
"email": "[email protected]"
}
],
"contributors": [
{
"name": "Gilly Barr",
Expand Down

0 comments on commit e4725b1

Please sign in to comment.