From 07eec312f513e445d4eb789c2cb05a1f0c2243fb Mon Sep 17 00:00:00 2001 From: epistrephein Date: Thu, 3 Jan 2019 10:36:48 +0100 Subject: [PATCH] Bump version to 3.0.0 --- CHANGELOG.md | 8 +++++--- README.md | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3731bd..d3c9281 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,12 @@ 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 -[Diff](https://github.com/epistrephein/Steam/compare/v2.0.1...master) +## 3.0.0 - 2019-01-03 +[Release](https://github.com/epistrephein/Steam/releases/tag/v3.0.0) | +[Diff](https://github.com/epistrephein/Steam/compare/v2.0.1...3.0.0) #### Changed +- The theme is now ready for Ghost v2.1+ (#18, thanks @aquasonic) - Use a flat yellow color for marked text - Reduce border-left size of blockquote @@ -120,4 +122,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## 1.0 - 2014-10-13 [Release](https://github.com/epistrephein/Steam/releases/tag/v1.0) -- Initial release of Steam +- Initial release of Steam \ No newline at end of file diff --git a/README.md b/README.md index 5ac0826..779b5bc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Steam [![Steam release](https://img.shields.io/github/release/epistrephein/Steam.svg?style=flat-square)](https://github.com/epistrephein/Steam/releases/latest) -[![Ghost version](https://img.shields.io/badge/ghost-v1.x-brightgreen.svg?style=flat-square)](https://github.com/TryGhost/Ghost) +[![Ghost version](https://img.shields.io/badge/ghost-v2.x-brightgreen.svg?style=flat-square)](https://github.com/TryGhost/Ghost) [![Demo status](https://img.shields.io/website-online-offline-brightgreen-red/https/dev.epistrephe.in/steam.svg?label=demo&style=flat-square)](https://dev.epistrephe.in/steam) [Steam](https://github.com/epistrephein/Steam) is a minimal and responsive theme for [Ghost](http://ghost.org/), forked from [Vapor](https://github.com/sethlilly/Vapor). @@ -116,4 +116,4 @@ You can contribute changes by forking the project and submitting a pull request. 5. Create a new pull request ## License -This project is released under the terms of the MIT license. See [LICENSE](LICENSE) for further details. +This project is released under the terms of the MIT license. See [LICENSE](LICENSE) for further details. \ No newline at end of file diff --git a/package.json b/package.json index a29ae2a..2961a12 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "A clean and minimal theme for Ghost.", "homepage": "https://github.com/epistrephein/Steam", "demo": "https://dev.epistrephe.in/Steam/", - "version": "2.0.1", + "version": "3.0.0", "author": { "name": "Tommaso Barbato", "email": "epistrephein@gmail.com",