From a050eca68334acc2051f0761b646e6f05024e343 Mon Sep 17 00:00:00 2001 From: Alvaro Faundez Date: Sat, 12 Jun 2021 19:03:36 +0000 Subject: [PATCH] bump to 1.0.0.pre.3 --- CHANGELOG.md | 4 ++++ README.md | 2 +- lib/jekyll/favicon/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ff7e94..ca8d83a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.0.0.pre.3] - 2021-06-12 +### Fixed +- fix SVG to PNG quality + ## [1.0.0.pre.2] - 2021-06-11 ### Fixed - mime time error when starting new project diff --git a/README.md b/README.md index 0b5b8bb..cd19ba4 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Check the devcontainer's [Dockerfile](.devcontainer/Dockerfile) for more practic Add this line to your application's Gemfile: ```ruby -gem 'jekyll-favicon', '~> 1.0.0.pre.2', group: :jekyll_plugins +gem 'jekyll-favicon', '~> 1.0.0.pre.3', group: :jekyll_plugins ``` ## Usage diff --git a/lib/jekyll/favicon/version.rb b/lib/jekyll/favicon/version.rb index 0deedda..a1d4620 100644 --- a/lib/jekyll/favicon/version.rb +++ b/lib/jekyll/favicon/version.rb @@ -2,6 +2,6 @@ module Jekyll module Favicon - VERSION = "1.0.0-2" + VERSION = "1.0.0-3" end end