diff --git a/CHANGELOG.md b/CHANGELOG.md index 0af562b3..4223dc48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## 1.0.0 - UNRELEASED + +### 1.0.0-beta.2 - 07/27/18 - [Core][core]: - NEW: `ratio()` function accepts `$source` argument, for passing in a custom source map @@ -37,7 +39,6 @@ accept `$source` argument, for passing in a custom font-source map - ### 1.0.0-beta.1 - 07/18/18 - NEW: Add `_index.scss` to simplify default "tools" import (core + plugins) in Eyeglass: `@import 'accoutrement';` diff --git a/package.json b/package.json index 07812781..903e93b5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "accoutrement", "title": "Accoutrement", - "version": "1.0.0-beta.1", + "version": "1.0.0-beta.2", "description": "Sass design-systems management and utilities.", "homepage": "http://oddbird.net/accoutrement/", "repository": {