diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ff88f7..45221e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.3.0](https://github.com/strapi-community/strapi-plugin-local-image-sharp/compare/v1.2.1...v1.3.0) (2023-01-06) + + +### Features + +* add avif to allowed types ([26b256f](https://github.com/strapi-community/strapi-plugin-local-image-sharp/commit/26b256f8d334bd14652d3120ed279ec190374d45)) +* create documentation with vitepress ([dd9b374](https://github.com/strapi-community/strapi-plugin-local-image-sharp/commit/dd9b374d94258841796fcb67088c4403f0ff85eb)) + + +### Bug Fixes + +* broken path modifiers ([5e75ff6](https://github.com/strapi-community/strapi-plugin-local-image-sharp/commit/5e75ff6c3601cfb6685c5722b2a7022fc8f2cd66)), closes [#12](https://github.com/strapi-community/strapi-plugin-local-image-sharp/issues/12) + ### [1.2.1](https://github.com/strapi-community/strapi-plugin-local-image-sharp/compare/v1.2.0...v1.2.1) (2022-10-12) diff --git a/package.json b/package.json index 25eccc4..ae7e3fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "strapi-plugin-local-image-sharp", - "version": "1.2.1", + "version": "1.3.0", "description": "Dynamically resize, format and optimize images based on url modifiers", "strapi": { "displayName": "Local Image Sharp",