From 023dc8f808646153fae9340e003d9b71190a9485 Mon Sep 17 00:00:00 2001 From: Craig Davis Date: Wed, 29 Oct 2014 17:13:49 -0600 Subject: [PATCH] Bump version to 1.2.1 - Update README with changelog - Update `package.json` with updated version number --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf4b62cb..f67cc560 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,9 @@ plato.inspect(files, outputDir, {}, callback); ## Release History + - 1.2.1 Bumping versions for jshint and lodash + - 1.2.0 add ability to disable jshint + - 1.1.0 fix issue with running casperjs tests - 1.0.1 fix issue with first line hashbang - 1.0.0 promote to 1.0.0 with bug fixes - 0.6.2 Added sortable file list, updated to bootstrap 3 diff --git a/package.json b/package.json index 9ac7355c..53d73dec 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "plato", "description": "JavaScript source analysis and visualizer", - "version": "1.1.0", + "version": "1.2.1", "homepage": "https://github.com/es-analysis/plato", "author": { "name": "Jarrod Overson",