From b30af2ea932db7cd5043d3191558ba4fb2cdc216 Mon Sep 17 00:00:00 2001 From: Nate Goldman Date: Sat, 17 Sep 2016 21:10:40 -0700 Subject: [PATCH] 1.0.0 --- changelog.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 2c587b8..9cf72a8 100644 --- a/changelog.md +++ b/changelog.md @@ -3,7 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## [1.0.0](https://github.com/ungoldman/himawari-bg/releases/tag/v1.0.0) - 2016-09-17 + +[view diff](https://github.com/ungoldman/himawari-bg/compare/v1.0.0-beta...v1.0.0) + - lint: bump standard to latest version (^8), use snazzy - site: add scripts for generating a gh-pages site - ci: target node 6 only diff --git a/package.json b/package.json index a124e8f..5b693e0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "himawari-bg", "description": "Set the latest image from Himawari 8 as your desktop background.", - "version": "1.0.0-beta", + "version": "1.0.0", "author": "Nate Goldman ", "bin": { "himawari-bg": "./cli.js"