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

Commit 7a18142

Browse files
committed
Bump to 0.1.0
1 parent d2526cd commit 7a18142

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 0.1.0
2+
* Fix console.log and on-out behavior
3+
* Upgrade to acorn 0.9.0
4+
5+
## 0.0.1 - 0.0.6
6+
* See git history

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Javascript",
33
"author": "Kodowa",
4-
"version": "0.0.6",
4+
"version": "0.1.0",
55
"source": "https://github.com/LightTable/Javascript",
66
"desc": "Javascript language plugin for Light Table",
77
"dependencies": {

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
(defproject com.lighttable/javascript "0.0.6"
1+
(defproject com.lighttable/javascript "0.1.0"
22
:description "Javascript plugin for Light Table"
33
:dependencies [[org.clojure/clojure "1.5.1"]])

0 commit comments

Comments
 (0)