From 30e3a47abad65308cf37a96a1a8b1e7568ea6034 Mon Sep 17 00:00:00 2001 From: Samir Musali Date: Fri, 21 Feb 2020 18:48:42 -0500 Subject: [PATCH] v2.3.1 --- LICENSE | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 37e8e3d..8267176 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2019 LogDNA +Copyright (c) 2020 LogDNA Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 09192ab..2365097 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logdna-winston", - "version": "2.3.0", + "version": "2.3.1", "description": "LogDNA's Node.js logging module with support for Winston", "main": "index.js", "scripts": { @@ -31,7 +31,7 @@ "homepage": "https://github.com/logdna/logdna-winston#readme", "dependencies": { "eslint": "^6.5.1", - "logdna": "^3.4.0", + "logdna": "^3.5.0", "winston": "^3.2.1" }, "devDependencies": {