Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 0fa38af

Browse files
committed
Bump to 0.1.3
1 parent a00e352 commit 0fa38af

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.3
2+
3+
* Add Node.js start parameters and corresponding behavior
4+
15
## 0.1.2
26

37
* Fix require for es6-map

Diff for: plugin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Javascript",
33
"author": "Kodowa",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"source": "https://github.com/LightTable/Javascript",
66
"desc": "Javascript language plugin for Light Table",
77
"behaviors": "javascript.behaviors"

Diff for: project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
(defproject com.lighttable/javascript "0.1.2"
1+
(defproject com.lighttable/javascript "0.1.3"
22
:description "Javascript plugin for Light Table"
33
:dependencies [[org.clojure/clojure "1.5.1"]])

0 commit comments

Comments
 (0)