From 272e8d5b642a395827614f458a95d6d64884c70e Mon Sep 17 00:00:00 2001 From: Peter Ramsing Date: Mon, 11 Jun 2018 21:03:49 -0700 Subject: [PATCH] Bumps version and adds Changelog --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6d1a011..8f44ccaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). --- +## [v8.3.0] - 2018-06-11 + +### Fixed +- [#406](https://github.com/peterramsing/lost/pull/406) [#370](https://github.com/peterramsing/lost/issues/370) Fixes issue where waffle widths were the wrong width on FF browsers + + +[Diff with previous version 8.2.1](https://github.com/peterramsing/lost/compare/v8.2.1...v8.3.0) + ## [v8.2.1] - 2018-02-28 diff --git a/package.json b/package.json index 84d60341..46b4fd90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lost", - "version": "8.2.1", + "version": "8.3.0", "description": "LostGrid is a powerful grid system built in PostCSS that works with any preprocessor and even vanilla CSS.", "main": "lost.js", "repository": {