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

Commit f1c12be

Browse files
committed
Bump to 0.1.2
1 parent 7a16ac9 commit f1c12be

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
@@ -1,3 +1,9 @@
1+
## 0.1.2
2+
3+
* Fix require for es6-map
4+
* Bump CM mode to 4.8.0
5+
* Convert behaviors to flat format
6+
17
## 0.1.1
28
* Fix shebang parsing
39

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

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.1.1"
1+
(defproject com.lighttable/javascript "0.1.2"
22
:description "Javascript plugin for Light Table"
33
:dependencies [[org.clojure/clojure "1.5.1"]])

0 commit comments

Comments
 (0)