From 6039eb4eefaab70372bdf2d335344c963ec7cb27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sta=C5=9B=20Ma=C5=82olepszy?= Date: Thu, 8 Feb 2018 15:29:19 +0100 Subject: [PATCH] fluent 0.6.2 --- fluent/CHANGELOG.md | 5 +++++ fluent/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/fluent/CHANGELOG.md b/fluent/CHANGELOG.md index 75c8937a3..07d612d27 100644 --- a/fluent/CHANGELOG.md +++ b/fluent/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## fluent 0.6.2 (February 8, 2018) + + - Correctly parse empty comment lines. (#149) + - Forbid null attribute and variant values. (part of #150) + ## fluent 0.6.0 (January 31, 2018) - Implement Fluent Syntax 0.5. diff --git a/fluent/package.json b/fluent/package.json index 06d6073ab..5e6b14c41 100644 --- a/fluent/package.json +++ b/fluent/package.json @@ -1,7 +1,7 @@ { "name": "fluent", "description": "Localization library for expressive translations.", - "version": "0.6.0", + "version": "0.6.2", "homepage": "http://projectfluent.org", "author": "Mozilla ", "license": "Apache-2.0",