Skip to content

Commit 0f2c979

Browse files
committed
fluent-syntax 0.8.1
1 parent 00ad5c3 commit 0f2c979

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

fluent-syntax/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## fluent-syntax 0.8.1 (August 1, 2018)
4+
5+
### Bug fixes
6+
7+
- Avoid forEach to make code minification-friendly. (#263)
8+
- Don't call charCodeAt() on undefined when at EOF. (#265)
9+
310
## fluent-syntax 0.8.0 (July 24, 2018)
411

512
- Implement support for Fluent Syntax 0.6. (#253)

fluent-syntax/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fluent-syntax",
33
"description": "AST and parser for Fluent",
4-
"version": "0.8.0",
4+
"version": "0.8.1",
55
"homepage": "http://projectfluent.org",
66
"author": "Mozilla <[email protected]>",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)