From 55842e8e78a333dec4f300bb42ffe8add2445730 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Thu, 6 Oct 2016 17:32:18 +0200 Subject: [PATCH] chore(release): 3.1.3 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a41692..9bb62d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [3.1.3](https://github.com/achohq/acho/compare/v3.1.2...v3.1.3) (2016-10-06) + + + ## [3.1.2](https://github.com/achohq/acho/compare/3.1.1...v3.1.2) (2016-10-06) diff --git a/package.json b/package.json index 68d681d..66788dc 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "acho", "description": "An extremely simple (but powerful) logging system for NodeJS and browser.", "homepage": "https://github.com/achohq/acho", - "version": "3.1.2", + "version": "3.1.3", "main": "./index.js", "author": { "email": "josefrancisco.verdu@gmail.com",