From 1f46541c87c1541b4bccf3aba455c42f844e296a Mon Sep 17 00:00:00 2001 From: Scott Brady Date: Fri, 16 Jan 2015 16:25:43 -0800 Subject: [PATCH] Version 0.12.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f88118d..dfc2ea5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # MinorJS Changelog +## Version 0.12.0, January 16th, 2015 + +* Updating tests for browser id and logging changes (jsu). +* Adding browser context id and changing logging parameter order (jsu). + ## Version 0.11.2, January 8th, 2015 * Allow end time as optional param for Logger.profile (jsu). diff --git a/package.json b/package.json index a97f00a..82ecae2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "copyright": "Copyright 2015 Skytap Inc. Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.", "name": "minorjs", - "version": "0.11.2", + "version": "0.12.0", "description": "Clustered web framework that favors convention over configuration.", "author": { "name": "Skytap",