Skip to content

Commit b9f3b77

Browse files
committed
Fluent Syntax Spec 0.6.0
1 parent 4bea761 commit b9f3b77

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fluent-spec",
33
"description": "Specification and documentation for Fluent",
4-
"version": "0.5.0",
4+
"version": "0.6.0",
55
"private": true,
66
"scripts": {
77
"bench": "node --experimental-modules --harmony-async-iteration ./test/bench.mjs ./test/benchmarks/gecko_strings.ftl",

spec/CHANGELOG.md

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

3+
34
## Unreleased
45

6+
-
7+
8+
9+
## 0.6.0 (July 24, 2018)
10+
511
- Created the reference parser for Fluent Syntax.
612

713
This version is the first to ship with the official reference

0 commit comments

Comments
 (0)