From 9b04ee8afb367c91efca52919d232593b2613ffd Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Thu, 27 May 2021 21:06:59 +0300 Subject: [PATCH] 7.1.1 released --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69eb9b5..c4d0add 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [7.1.1] - WIP +## [7.1.1] - 2021-05-27 ### Fixed - Allow byte order mark at the start of SVG, #57. @@ -196,6 +196,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First release. +[7.1.1]: https://github.com/nodeca/probe-image-size/compare/7.1.0...7.1.1 [7.1.0]: https://github.com/nodeca/probe-image-size/compare/7.0.1...7.1.0 [7.0.1]: https://github.com/nodeca/probe-image-size/compare/7.0.0...7.0.1 [7.0.0]: https://github.com/nodeca/probe-image-size/compare/6.0.0...7.0.0 diff --git a/package.json b/package.json index 9d11674..e8550c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "probe-image-size", - "version": "7.1.0", + "version": "7.1.1", "description": "Get image size without full download (JPG, GIF, PNG, WebP, BMP, TIFF, PSD)", "keywords": [ "image",