From d306c65e188bc9f17380db5b82e0eeb39a8cbd07 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Sun, 19 Feb 2017 03:51:27 -0600 Subject: Bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae52dcd..4056686 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "heart", - "version": "1.1.0", + "version": "1.1.1", "description": "The heart", "main": "index.js", "scripts": { -- cgit From e6be7b8b2bc03b81f8389777a4403be8d75a1b66 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Sun, 19 Feb 2017 03:51:35 -0600 Subject: Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83d2c08..b0d7598 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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/). +## [1.1.1] - 2017-02-19 +### Changed +- Set encoding and description on index + ## [1.1.0] - 2017-02-19 ### Added - Add resizing based on scrollwheel @@ -28,3 +32,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/). [Unreleased]: https://github.com/rbdr/heart/compare/master...develop [1.0.1]: https://github.com/rbdr/heart/compare/1.0.0...1.0.1 [1.1.0]: https://github.com/rbdr/heart/compare/1.0.1...1.1.0 +[1.1.1]: https://github.com/rbdr/heart/compare/1.1.0...1.1.1 -- cgit From 43764349c0c78925e5d83ab5dad2d0e51a152d60 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Sun, 19 Feb 2017 03:51:43 -0600 Subject: Add meta tags --- index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.html b/index.html index cf7fa03..a27e5d7 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,11 @@ + + + + + ❤️ -- cgit