From 3feeec0b9da0851abee886fb401b2287b35edd65 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Wed, 8 Mar 2017 17:37:07 +0100 Subject: [PATCH] Prepare stable development npm package release version 0.2.0 --- CHANGELOG.md | 8 ++++++++ README.md | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a14631..0890857 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ --- +# 0.2.0 +*2017-03-08* +## Features +### Plugin Support +❯ Added optimized style integration for the [hyper-statusline](https://www.npmjs.com/package/hyper-statusline) plugin. (@arcticicestudio, #6, 8ec6ad5d) + +


Hovered

Hover transition

+ # 0.1.1 *2017-02-21* ## Improvements diff --git a/README.md b/README.md index 1cfd8d1..899469c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ hpm install nord-hyper

Non-obtrusive cursor blinking.

## Development -[![](https://img.shields.io/badge/Changelog-0.1.1-81A1C1.svg)](https://github.com/arcticicestudio/nord-hyper/blob/v0.1.1/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-81A1C1.svg)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-81A1C1.svg)](https://github.com/arcticicestudio/arcver) +[![](https://img.shields.io/badge/Changelog-0.2.0-81A1C1.svg)](https://github.com/arcticicestudio/nord-hyper/blob/v0.2.0/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-81A1C1.svg)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-81A1C1.svg)](https://github.com/arcticicestudio/arcver) Continuous integration builds are running at [Travis-CI](https://travis-ci.org/arcticicestudio/nord-hyper) and [Circle CI](https://circleci.com/gh/arcticicestudio/nord-hyper). @@ -51,4 +51,4 @@ Please report issues/bugs, feature requests and suggestions for improvements to

Copyright © 2017 Arctic Ice Studio

-

+

diff --git a/package.json b/package.json index b5ff41c..2d8bd77 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nord-hyper", "title": "Nord Hyper", - "version": "0.1.1", + "version": "0.2.0", "description": "A arctic, north-bluish clean and elegant Hyper theme plugin", "author": { "name": "Arctic Ice Studio",