From 0fa38af1d56f9a8c818c6c92faa1a773881940d0 Mon Sep 17 00:00:00 2001 From: Kenny Evitt Date: Tue, 1 Sep 2015 17:23:11 -0400 Subject: [PATCH] Bump to 0.1.3 --- CHANGELOG.md | 4 ++++ plugin.json | 2 +- project.clj | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96efcaa..e8aa61f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.3 + +* Add Node.js start parameters and corresponding behavior + ## 0.1.2 * Fix require for es6-map diff --git a/plugin.json b/plugin.json index fe24229..91fb7af 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "Javascript", "author": "Kodowa", - "version": "0.1.2", + "version": "0.1.3", "source": "https://github.com/LightTable/Javascript", "desc": "Javascript language plugin for Light Table", "behaviors": "javascript.behaviors" diff --git a/project.clj b/project.clj index a672cde..4823f46 100644 --- a/project.clj +++ b/project.clj @@ -1,3 +1,3 @@ -(defproject com.lighttable/javascript "0.1.2" +(defproject com.lighttable/javascript "0.1.3" :description "Javascript plugin for Light Table" :dependencies [[org.clojure/clojure "1.5.1"]])