diff --git a/package.json b/package.json index 0483816..19b9f6e 100644 --- a/package.json +++ b/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", diff --git a/spec/CHANGELOG.md b/spec/CHANGELOG.md index 45cecb3..ff2d62c 100644 --- a/spec/CHANGELOG.md +++ b/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