Skip to content

Commit

Permalink
version bump because published with things not merged
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed Jan 9, 2020
1 parent 15d7202 commit 635e980
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,5 @@
* [[`15d72028c7`](https://github.com/StoneCypher/jssm/commit/15d72028c7)] - Merge pull request #391 from StoneCypher/LetsMakeNodesStyleable (John Haugeland)
* [[`ae2b2fcfd8`](https://github.com/StoneCypher/jssm/commit/ae2b2fcfd8)] - finalize in\_state:, out\_state:, state: ; add state keyword to state declarations (John Haugeland)
* [[`6bc16b6cff`](https://github.com/StoneCypher/jssm/commit/6bc16b6cff)] - merge and fix resulting eslint mess (John Haugeland)
* [[`9f9d02d228`](https://github.com/StoneCypher/jssm/commit/9f9d02d228)] - Added state, in\_state, out\_state top level properties w/ vat; repaired shape w/ vat; tests (John Haugeland)
* [[`f99017834d`](https://github.com/StoneCypher/jssm/commit/f99017834d)] - Added state, in\_state, out\_state top level properties w/ vat; repaired shape w/ vat; tests (John Haugeland)
Expand Down
2 changes: 1 addition & 1 deletion dist/jssm.es5.cjs.js
Expand Up @@ -13618,7 +13618,7 @@ var jssmDot = {
var jssmDot_1 = jssmDot.parse;

// whargarbl lots of these return arrays could/should be sets
var version = '5.19.0'; // replaced from package.js in build // TODO FIXME currently broken
var version = '5.19.1'; // replaced from package.js in build // TODO FIXME currently broken
/* eslint-disable complexity */
function arrow_direction(arrow) {
switch (String(arrow)) {
Expand Down
2 changes: 1 addition & 1 deletion dist/jssm.es6.js
Expand Up @@ -13614,7 +13614,7 @@ var jssmDot = {
var jssmDot_1 = jssmDot.parse;

// whargarbl lots of these return arrays could/should be sets
var version = '5.19.0'; // replaced from package.js in build // TODO FIXME currently broken
var version = '5.19.1'; // replaced from package.js in build // TODO FIXME currently broken
/* eslint-disable complexity */
function arrow_direction(arrow) {
switch (String(arrow)) {
Expand Down
2 changes: 1 addition & 1 deletion dist/jssm.iife.js
Expand Up @@ -13617,7 +13617,7 @@ var jssm = (function (exports) {
var jssmDot_1 = jssmDot.parse;

// whargarbl lots of these return arrays could/should be sets
var version = '5.19.0'; // replaced from package.js in build // TODO FIXME currently broken
var version = '5.19.1'; // replaced from package.js in build // TODO FIXME currently broken
/* eslint-disable complexity */
function arrow_direction(arrow) {
switch (String(arrow)) {
Expand Down
4 changes: 2 additions & 2 deletions docs/lib/index.html
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset='utf-8'>
<title>jssm 5.19.0 | Documentation</title>
<title>jssm 5.19.1 | Documentation</title>
<meta name='description' content='A Javascript finite state machine (FSM) with a terse DSL and a simple API. Well tested, and typed with Flowtype. MIT License.'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/bass.css' rel='stylesheet'>
Expand All @@ -15,7 +15,7 @@
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
<div class='py1 px2'>
<h3 class='mb0 no-anchor'>jssm</h3>
<div class='mb1'><code>5.19.0</code></div>
<div class='mb1'><code>5.19.1</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jssm",
"version": "5.19.0",
"version": "5.19.1",
"engines": {
"node": ">=6.0.0"
},
Expand Down

0 comments on commit 635e980

Please sign in to comment.