From 8e805ecae0362e42a090d6fa818516ee8415ff74 Mon Sep 17 00:00:00 2001 From: Nate Goldman Date: Wed, 17 Feb 2016 14:08:51 -0800 Subject: [PATCH] :package: 1.0.0-beta --- changelog.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 8aac143..aa0196d 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 1.0.0-beta +* parallelize downloads by default +* add version option +* add resources, contributing sections to readme +* expand contributing guidelines + ## 1.0.0-alpha.3 * use himawari@^1.2.3 (ETIMEDOUT bug fix for [#5](https://github.com/ngoldman/himawari-bg/issues/5)) * improve docs, add links diff --git a/package.json b/package.json index 19348a3..f18a49c 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-alpha.3", + "version": "1.0.0-beta", "author": "Nate Goldman ", "bugs": { "url": "https://github.com/ngoldman/himawari-bg/issues"