From 5aa402e691a533f856b3c81bcd199d973d5f4476 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Tue, 23 May 2017 21:00:59 -0700 Subject: [PATCH] Increment version --- CHANGELOG.md | 20 ++++++++++++++------ package.json | 2 +- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5135fa1..c30c6e8 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 +## v2.0.0 (2017-05-23) ### Added -- Add # new icons: +
+ Add 63 icons + - `activity` - `alert-circle` - `alert-octagon` @@ -71,12 +73,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `video-off` - `wind` - `zap` +
### Changed -- Redesign project website -- Use SVG `stroke` instead of `fill`. Read more about the benifits of SVG `stroke`: - - [SVG Stroke FTW!](http://danklammer.com/articles/svg-stroke-ftw/) -- Change # icons: + +
+ Change 66 icons + - `align-center` - `anchor` - `arrow-down` @@ -143,6 +146,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `x` - `zoom-in` - `zoom-out` +
+ +- Redesign project website +- Use SVG `stroke` instead of `fill`. Read more about the benifits of SVG `stroke`: + - [SVG Stroke FTW!](http://danklammer.com/articles/svg-stroke-ftw/) ### Removed - Remove PSD, CSH and Webfont formats in favor of SVG. Read more about the benefits of SVG for icons: diff --git a/package.json b/package.json index b69bc60..9ab7fa7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "feather", - "version": "2.0.0-beta", + "version": "2.0.0", "author": "Cole Bemis (http://colebemis.com)", "repository": { "type": "git",