Skip to content

Commit

Permalink
1.0.0-beta-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ungoldman committed Sep 2, 2017
1 parent 38f048a commit 958621d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ 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/).

## [1.0.0-beta](https://github.com/ungoldman/style.css/releases/v1.0.0) - 2016-09-01
## [1.0.0-beta-1](https://github.com/ungoldman/style.css/releases/v1.0.0-beta-1) - 2016-09-02

### Fixes

- adjust code font-size to 90%

## [1.0.0-beta](https://github.com/ungoldman/style.css/releases/v1.0.0-beta) - 2016-09-01

This release marks the end of a very long alpha phase!

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "style.css",
"description": "Classless stylesheet for markdown documents.",
"version": "1.0.0-beta",
"version": "1.0.0-beta-1",
"author": "Nate Goldman <[email protected]>",
"bugs": {
"url": "https://github.com/ungoldman/style.css/issues"
Expand Down
4 changes: 2 additions & 2 deletions serif.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! style.css v1.0.0-beta | ISC License | https://github.com/ungoldman/style.css */
/*! style.css v1.0.0-beta-1 | ISC License | https://github.com/ungoldman/style.css */
html {
color: #303030;
background-color: white;
Expand Down Expand Up @@ -206,7 +206,7 @@ pre,
kbd,
samp {
font-family: menlo, inconsolata, consolas, "fira mono", "noto mono", "droid sans mono", "liberation mono", "dejavu sans mono", "ubuntu mono", monaco, "courier new", monospace;
font-size: 0.75em;
font-size: 90%;
}

pre, code {
Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! style.css v1.0.0-beta | ISC License | https://github.com/ungoldman/style.css */
/*! style.css v1.0.0-beta-1 | ISC License | https://github.com/ungoldman/style.css */
html {
color: #303030;
background-color: white;
Expand Down Expand Up @@ -208,7 +208,7 @@ pre,
kbd,
samp {
font-family: menlo, inconsolata, consolas, "fira mono", "noto mono", "droid sans mono", "liberation mono", "dejavu sans mono", "ubuntu mono", monaco, "courier new", monospace;
font-size: 0.75em;
font-size: 90%;
}

pre, code {
Expand Down

0 comments on commit 958621d

Please sign in to comment.