We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856154c commit dbb46d7Copy full SHA for dbb46d7
lib/CHANGES.md
@@ -1,3 +1,7 @@
1
+## 1.6.1
2
+
3
+- fix cursor position bug (see [comment](https://github.com/shaunlebron/parinfer/issues/47#issuecomment-186063654))
4
5
## 1.6.0
6
7
- return cursor position (see [#96](https://github.com/shaunlebron/parinfer/pull/96))
lib/package.json
@@ -1,6 +1,6 @@
{
"name": "parinfer",
- "version": "1.6.0+dev",
+ "version": "1.6.1",
"description": "a simpler way to write Lisp",
"main": "parinfer.js",
"scripts": {
lib/parinfer.js
@@ -1,5 +1,5 @@
//
-// Parinfer 1.6.0+dev
+// Parinfer 1.6.1
// Copyright 2015-2016 © Shaun LeBron
// MIT License
0 commit comments