diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fa88c2b..8278377c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,14 @@ All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -[Unpublished] -------------- +[1.7.4] - 2016-04-18 +-------------------- ### Added - **New icons:** Ant Build System, Bluespec, Boo, Brainfuck, Bro, ChucK, CLIPS, CMake, Component Pascal, Glade, GNU, Isabelle, Jinja, Mapbox, Stylelint -- **Support:** AGS, ApacheConf (`.apacheconf`, `.vhost), Befunge, BitBake, BlitzMax, Brightscript, C2hs, Cap'n Proto, COBOL, `.csx`, Extra extensions for C, C++ and Erlang, Haskell `.hsc` files, HTTP, Jenkins, JSONLD, TopoJSON +- **Support:** AGS, ApacheConf (`.apacheconf`, `.vhost), Befunge, BitBake, BlitzMax, Brightscript, C2hs, Cap'n Proto, COBOL, `.csx`, Extra extensions for C, C++ and Erlang, Haskell `.hsc` files, HTTP, Jenkins, JSONLD, TeX `.aux` files, TopoJSON + +### Fixed +- [[`#296`](https://github.com/DanBrooker/file-icons/issues/296)] Material UI resets size adjustments applied to icons [1.7.3] - 2016-04-17 @@ -652,7 +655,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). Initial release. -[Unreleased]: https://github.com/DanBrooker/file-icons/compare/v1.7.3...HEAD +[Unreleased]: https://github.com/DanBrooker/file-icons/compare/v1.7.4...HEAD +[1.7.4]: https://github.com/DanBrooker/file-icons/compare/v1.7.3...v1.7.4 [1.7.3]: https://github.com/DanBrooker/file-icons/compare/v1.7.2...v1.7.3 [1.7.2]: https://github.com/DanBrooker/file-icons/compare/v1.7.1...v1.7.2 [1.7.1]: https://github.com/DanBrooker/file-icons/compare/v1.7.0...v1.7.1 diff --git a/package.json b/package.json index 23dab6b1..e29346c8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "file-icons", "main": "index", - "version": "1.7.3", + "version": "1.7.4", "private": true, "description": "Assign file extension icons and colours for improved visual grepping", "repository": {