We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bea761 commit b9f3b77Copy full SHA for b9f3b77
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "fluent-spec",
3
"description": "Specification and documentation for Fluent",
4
- "version": "0.5.0",
+ "version": "0.6.0",
5
"private": true,
6
"scripts": {
7
"bench": "node --experimental-modules --harmony-async-iteration ./test/bench.mjs ./test/benchmarks/gecko_strings.ftl",
spec/CHANGELOG.md
@@ -1,7 +1,13 @@
# Changelog
+
## Unreleased
+ - …
8
9
+## 0.6.0 (July 24, 2018)
10
11
- Created the reference parser for Fluent Syntax.
12
13
This version is the first to ship with the official reference
0 commit comments