Skip to content

Commit

Permalink
version 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunlebron committed Apr 22, 2016
1 parent a56c8d5 commit 1b4e308
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion lib/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## 1.8.1

- correctly handle lines ending in unclosed string (see [#112](https://github.com/shaunlebron/parinfer/issues/112))

## 1.8.0

- return new `tabStops` property (see #110)
- return new `tabStops` property (see [#110](https://github.com/shaunlebron/parinfer/pull/110))

## 1.7.1

Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parinfer",
"version": "1.8.0+dev",
"version": "1.8.1",
"description": "a simpler way to write Lisp",
"main": "parinfer.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions lib/parinfer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Parinfer 1.8.0+dev
// Parinfer 1.8.1
//
// Copyright 2015-2016 © Shaun LeBron
// MIT License
Expand Down Expand Up @@ -886,7 +886,7 @@ function parenMode(text, options) {
}

var API = {
version: "1.8.0+dev",
version: "1.8.1",
indentMode: indentMode,
parenMode: parenMode
};
Expand Down

0 comments on commit 1b4e308

Please sign in to comment.