Skip to content

Commit 5f54e9d

Browse files
committed
fluent-syntax 0.6.5
1 parent e18ce16 commit 5f54e9d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

fluent-syntax/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## fluent-syntax 0.6.5 (March 8, 2018)
4+
5+
- Temporarily relax the `engines` requirement. (#164)
6+
7+
Include node 6.9.* LTS in the `engines` requirement to unblock
8+
[mozilla/addons-linter#1789][] and thus unblock langpack signing for
9+
Firefox 60.
10+
11+
This is a temporary measure until `addons-linter` phases out the support
12+
for node 6 which should happen in May 2018.
13+
14+
[mozilla/addons-linter#1789]: https://github.com/mozilla/addons-linter/issues/1789
15+
316
## fluent-syntax 0.6.4 (March 7, 2018)
417

518
- Whitespace-only values are now correctly parsed as null. (#159)

fluent-syntax/package.json

+1-1
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.6.4",
4+
"version": "0.6.5",
55
"homepage": "http://projectfluent.org",
66
"author": "Mozilla <[email protected]>",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)