Skip to content

Commit

Permalink
7.0.1 released
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Puzrin committed Mar 18, 2021
1 parent 5aa8410 commit 75f24a4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,11 @@ 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.0.1] - 2021-03-18
### Fixed
- Fix crash in async SVG parser, #52.


## [7.0.0] - 2021-03-11
### Added
- Add AVIF/HEIC/HEIF support.
Expand Down Expand Up @@ -180,6 +185,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- First release.


[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
[6.0.0]: https://github.com/nodeca/probe-image-size/compare/5.0.0...6.0.0
[5.0.0]: https://github.com/nodeca/probe-image-size/compare/4.1.1...5.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "probe-image-size",
"version": "7.0.0",
"version": "7.0.1",
"description": "Get image size without full download (JPG, GIF, PNG, WebP, BMP, TIFF, PSD)",
"keywords": [
"image",
Expand Down

0 comments on commit 75f24a4

Please sign in to comment.