------------------
- Bumping minimum version of ``calmjs.parse`` to ``1.1.1``, which
includes fixes to:
- Line continuation in JavaScript sources should no longer break
source map line counting. [
`calmjs.parse16 <https://github.com/calmjs/calmjs.parse/issues/16>`_
]
- Will no longer parse certain incorrectly unterminated statements as
valid JavaScript. [
`calmjs.parse18 <https://github.com/calmjs/calmjs.parse/issues/18>`_
]
- Obfuscated minifier should no longer truncate certain closing braces
as the internal accounting is corrected. [
`calmjs.parse19 <https://github.com/calmjs/calmjs.parse/issues/19>`_
]