Skip to content

Commit dbb46d7

Browse files
committed
version 1.6.1
1 parent 856154c commit dbb46d7

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

lib/CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
## 1.6.0
26

37
- return cursor position (see [#96](https://github.com/shaunlebron/parinfer/pull/96))

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parinfer",
3-
"version": "1.6.0+dev",
3+
"version": "1.6.1",
44
"description": "a simpler way to write Lisp",
55
"main": "parinfer.js",
66
"scripts": {

lib/parinfer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Parinfer 1.6.0+dev
2+
// Parinfer 1.6.1
33
//
44
// Copyright 2015-2016 © Shaun LeBron
55
// MIT License

0 commit comments

Comments
 (0)