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"