Skip to content

Commit

Permalink
release 0.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahar Soel committed Jan 2, 2016
1 parent 7b28351 commit a5da06e
Show file tree
Hide file tree
Showing 8 changed files with 104 additions and 111 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -50,8 +50,8 @@ deploy:
api_key:
secure: DNq1wbqLPHVpJPDx9O89HZM+RJB6v2R7/wk8pok7Z8NT72kUWdvbqcThGhczPO4sZ8cUTJ3ergTCE8hs9mynlR/lX6932U4fj4+uICQL9+G+deBB/t2SNyTBllkE64WrJ9BKmQvIk/Chh7ZJOM0Fro3p2BIq3JsVnfYg1tZ3U5o=
file:
- package/chevrotain-binaries-0.5.12.zip
- package/chevrotain-binaries-0.5.12.tar.gz
- package/chevrotain-binaries-0.5.13.zip
- package/chevrotain-binaries-0.5.13.tar.gz
on:
tags : true
all_branches: true
Expand Down
3 changes: 1 addition & 2 deletions bower.json
@@ -1,6 +1,6 @@
{
"name": "chevrotain",
"version": "0.5.12",
"version": "0.5.13",
"description": "Chevrotain is a high performance fault Tolerant Javascript parsing DSL for building recursive decent parsers",
"main": "release/chevrotain.js",
"dependencies": {
Expand Down Expand Up @@ -43,7 +43,6 @@
"!release/*.*",
"!readme.md",
"!LICENSE.txt"

],
"license": "Apache-2.0"
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "chevrotain",
"version": "0.5.12",
"version": "0.5.13",
"description": "Chevrotain is a high performance fault Tolerant Javascript parsing DSL for building recursive decent parsers",
"keywords": [
"parser",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -57,7 +57,7 @@ any code generation phase.

## Documentation
* [Latest released version's HTML docs](http://sap.github.io/chevrotain/documentation)
* [Parsing DSL](http://sap.github.io/chevrotain/documentation/0_5_12/classes/chevrotain.parser.html#at_least_one)
* [Parsing DSL](http://sap.github.io/chevrotain/documentation/0_5_13/classes/chevrotain.parser.html#at_least_one)

* Annotated source code (dev version):
* [tokens_public.ts](https://github.com/SAP/chevrotain/blob/master/src/scan/tokens_public.ts)
Expand Down
2 changes: 1 addition & 1 deletion release/chevrotain.d.ts
@@ -1,4 +1,4 @@
/*! chevrotain - v0.5.12 - 2016-01-02 */
/*! chevrotain - v0.5.13 - 2016-01-03 */
declare module chevrotain {
module lang {
class HashTable<V>{}
Expand Down
190 changes: 92 additions & 98 deletions release/chevrotain.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions release/chevrotain.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/api.ts
Expand Up @@ -12,7 +12,7 @@ let API:any = {}
/* istanbul ignore next */
if (!testMode) {
// semantic version
API.VERSION = "0.5.12";
API.VERSION = "0.5.13";

// runtime API
API.Parser = chevrotain.Parser
Expand Down

0 comments on commit a5da06e

Please sign in to comment.