From 19e9825c7e435257900f254eee0475be2db4e201 Mon Sep 17 00:00:00 2001 From: Alberto Zaccagni Date: Wed, 16 Mar 2022 23:14:47 +0100 Subject: [PATCH] version bump --- CHANGELOG.md | 4 ++++ README.md | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71d9661..9968e18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 3.2.0 + +Use modular cloudwatch package instead of entire aws sdk + ### 3.1.1 Update sinon diff --git a/README.md b/README.md index 396b108..9ea2f89 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# winston-cloudwatch [v3.1.1](https://github.com/lazywithclass/winston-cloudwatch/blob/master/CHANGELOG.md#311) +# winston-cloudwatch [v3.2.0](https://github.com/lazywithclass/winston-cloudwatch/blob/master/CHANGELOG.md#320) [![Build Status](https://travis-ci.org/lazywithclass/winston-cloudwatch.svg?branch=master)](https://travis-ci.org/lazywithclass/winston-cloudwatch) [![Coverage Status](https://coveralls.io/repos/github/lazywithclass/winston-cloudwatch/badge.svg?branch=master)](https://coveralls.io/github/lazywithclass/winston-cloudwatch?branch=master) [![Dependency Status](https://david-dm.org/lazywithclass/winston-cloudwatch.svg)](https://david-dm.org/lazywithclass/winston-cloudwatch) [![dev dependencies](https://david-dm.org/lazywithclass/winston-cloudwatch/dev-status.svg)](https://david-dm.org/lazywithclass/winston-cloudwatch#info=devDependencies) [![peer dependencies](https://david-dm.org/lazywithclass/winston-cloudwatch/peer-status.svg)](https://david-dm.org/lazywithclass/winston-cloudwatch#info=peerDependencies) ================== diff --git a/package.json b/package.json index facfd58..c3c1ed9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "winston-cloudwatch", - "version": "3.1.1", + "version": "3.2.0", "description": "Send logs to Amazon Cloudwatch using Winston.", "keywords": [ "amazon",