From fdc961a8c7ee276aab93c6c28b626cd9adaa9363 Mon Sep 17 00:00:00 2001 From: Fazouane Marouane Date: Thu, 30 Mar 2017 01:07:40 +0200 Subject: [PATCH] release 1.2.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ea8293..8d98158 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 1.2.1 + +* Usage of a custom LRU cache implementation. The old one was way too heavy and needed polyfills. + ## 1.2.0 * Support for `line-height` with value `normal` diff --git a/package.json b/package.json index 5820b7e..debac0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fancy-textfill", - "version": "1.2.0", + "version": "1.2.1", "description": "Fast implementation for resizing text to fill its container.", "main": "index.js", "repository": "https://github.com/fazouane-marouane/fancy-textfill",