diff --git a/changelog.md b/changelog.md index b828b0b..b54eb12 100644 --- a/changelog.md +++ b/changelog.md @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## [1.0.0-alpha-7](https://github.com/ungoldman/style.css/releases/v1.0.0-alpha-7) - 2016-10-08 + +[view diff](https://github.com/ungoldman/style.css/compare/v1.0.0-alpha-6...v1.0.0-alpha-7) ### Fixes diff --git a/package.json b/package.json index f94af53..9980d43 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "style.css", "description": "Classless stylesheet for markdown documents.", - "version": "1.0.0-alpha-6", + "version": "1.0.0-alpha-7", "author": "Nate Goldman ", "bugs": { "url": "https://github.com/ungoldman/style.css/issues" diff --git a/style.css b/style.css index 5ba7de3..0a88a88 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,4 @@ -/*! style.css v1.0.0-alpha-4 | ISC License | https://github.com/ungoldman/style.css */ +/*! style.css v1.0.0-alpha-7 | ISC License | https://github.com/ungoldman/style.css */ html { font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "segoe ui", "fira sans", roboto, noto, "droid sans", "liberation sans", "lucida grande", "helvetica neue", helvetica, "franklin gothic medium", "century gothic", cantarell, oxygen, ubuntu, sans-serif; font-size: calc(16px + 0.25vw);