From ec5d7d752172bda5012ce485011dfa81920eed9a Mon Sep 17 00:00:00 2001 From: Johan Brook Date: Tue, 24 Feb 2015 22:05:42 +0100 Subject: [PATCH] Version 1.1.0 --- README.md | 1 + package.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b60041d..faf3401 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ meteor test-packages ./ ## Version history +- `1.1.0` - Locally, output tags in front of message for easy scanning. - `1.0.0` - Initial publish. ## Contributions diff --git a/package.js b/package.js index 8f20aee..c3a9a1c 100644 --- a/package.js +++ b/package.js @@ -2,7 +2,7 @@ Package.describe({ name: 'lookback:logger', summary: 'Logger for Meteor with Loggly integration', git: 'https://github.com/lookback/meteor-logger', - version: '1.0.0' + version: '1.1.0' }); Npm.depends({