Skip to content

Commit

Permalink
Fluent Syntax Spec 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stasm committed Jul 24, 2018
1 parent 4bea761 commit b9f3b77
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "fluent-spec",
"description": "Specification and documentation for Fluent",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"scripts": {
"bench": "node --experimental-modules --harmony-async-iteration ./test/bench.mjs ./test/benchmarks/gecko_strings.ftl",
Expand Down
6 changes: 6 additions & 0 deletions spec/CHANGELOG.md
@@ -1,7 +1,13 @@
# Changelog


## Unreleased

-


## 0.6.0 (July 24, 2018)

- Created the reference parser for Fluent Syntax.

This version is the first to ship with the official reference
Expand Down

0 comments on commit b9f3b77

Please sign in to comment.