diff --git a/CHANGELOG.md b/CHANGELOG.md index 1545a74..d0fa161 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. 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). +## [0.1.3](https://github.com/metonym/posthtml-inline-favicon/releases/tag/v0.1.2) - 2024-04-19 + +- Loosen `rel` attribute check to match `new RegExp(/icon/)` instead of only `"shortcut icon"` + ## [0.1.2](https://github.com/metonym/posthtml-inline-favicon/releases/tag/v0.1.2) - 2019-10-13 - Upgrade posthtml version from 0.11.16 to 0.12.0 diff --git a/package.json b/package.json index 883a2e1..70742a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthtml-inline-favicon", - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "description": "PostHTML plugin to inline favicons", "author": "Eric Liu (https://github.com/metonym)",