Commit 5aa402e6 authored by Cole Bemis's avatar Cole Bemis

Increment version

parent 119a9f2c
...@@ -4,10 +4,12 @@ All notable changes to this project will be documented in this file. ...@@ -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/) The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/). and this project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased ## v2.0.0 (2017-05-23)
### Added ### Added
- Add # new icons: <details>
<summary>Add 63 icons</summary>
- `activity` - `activity`
- `alert-circle` - `alert-circle`
- `alert-octagon` - `alert-octagon`
...@@ -71,12 +73,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ...@@ -71,12 +73,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `video-off` - `video-off`
- `wind` - `wind`
- `zap` - `zap`
</details>
### Changed ### Changed
- Redesign project website
- Use SVG `stroke` instead of `fill`. Read more about the benifits of SVG `stroke`: <details>
- [SVG Stroke FTW!](http://danklammer.com/articles/svg-stroke-ftw/) <summary>Change 66 icons</summary>
- Change # icons:
- `align-center` - `align-center`
- `anchor` - `anchor`
- `arrow-down` - `arrow-down`
...@@ -143,6 +146,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ...@@ -143,6 +146,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `x` - `x`
- `zoom-in` - `zoom-in`
- `zoom-out` - `zoom-out`
</details>
- 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 ### Removed
- Remove PSD, CSH and Webfont formats in favor of SVG. Read more about the benefits of SVG for icons: - Remove PSD, CSH and Webfont formats in favor of SVG. Read more about the benefits of SVG for icons:
......
{ {
"name": "feather", "name": "feather",
"version": "2.0.0-beta", "version": "2.0.0",
"author": "Cole Bemis <cole@colebemis.com> (http://colebemis.com)", "author": "Cole Bemis <cole@colebemis.com> (http://colebemis.com)",
"repository": { "repository": {
"type": "git", "type": "git",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment