Skip to content

Commit

Permalink
Prepare v1.12.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kirsle committed May 5, 2016
1 parent 1e46bee commit ce29c5d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

* 1.12.1 2016-05-05
- Fix the `<call>...</call>` regular expression to match line break characters
and preserve them in the argument list sent to an object macro (bug #108).

* 1.12.0 2016-04-17
- Fix the `stringify()` function to also escape newlines on conditionals.
- Various fixes to "pipe syntax" for arrays, optionals and alternations;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rivescript",
"version": "1.12.0",
"version": "1.12.1",
"description": "RiveScript is a scripting language for chatterbots, making it easy to write trigger/response pairs for building up a bot's intelligence.",
"keywords": [
"bot",
Expand Down
2 changes: 1 addition & 1 deletion src/rivescript.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"use strict"

# Constants
VERSION = "1.12.0"
VERSION = "1.12.1"

# Helper modules
Parser = require "./parser"
Expand Down

0 comments on commit ce29c5d

Please sign in to comment.