Skip to content

bumping version in the package.json

Compare
Choose a tag to compare
@joshuabrown-ellation joshuabrown-ellation released this 23 May 22:43
· 5 commits to master since this release
bump minor version number (#2)

* add soft breaks to New Line logic

In our application we sometimes get substation alpha authors that put n at
the end of each line in the dialogue. Usually we would expect that they would
use N instead.  So we will add that to the conditions checked by the parse-
newLine function so that this doesn'
t cause a breaking behavior of actually printing out the literal n at
the end of each line of dialogue.

* bump version minor number