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

Commit f9bec24

Browse files
committed
Bump to 0.2.0
1 parent f50b75a commit f9bec24

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.2.0
2+
3+
* Fix acorn SyntaxError for returns outside fns
4+
* Fix error message when connecting eval
5+
* Add harbor dependency to plugin instead of depending on LT
6+
* Rely on native js->clj instead of LT one
7+
* Cleanup code indentation
8+
19
## 0.1.3
210

311
* Add Node.js start parameters and corresponding behavior

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.3",
4+
"version": "0.2.0",
55
"source": "https://github.com/LightTable/Javascript",
66
"desc": "Javascript language plugin for Light Table",
77
"behaviors": "javascript.behaviors"

project.clj

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

0 commit comments

Comments
 (0)