Skip to content

Commit 891b188

Browse files
chore(release): 1.3.0
1 parent dd9b374 commit 891b188

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,17 @@
22

33
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.
44

5+
## [1.3.0](https://github.com/strapi-community/strapi-plugin-local-image-sharp/compare/v1.2.1...v1.3.0) (2023-01-06)
6+
7+
8+
### Features
9+
10+
* add avif to allowed types ([26b256f](https://github.com/strapi-community/strapi-plugin-local-image-sharp/commit/26b256f8d334bd14652d3120ed279ec190374d45))
11+
* create documentation with vitepress ([dd9b374](https://github.com/strapi-community/strapi-plugin-local-image-sharp/commit/dd9b374d94258841796fcb67088c4403f0ff85eb))
12+
13+
14+
### Bug Fixes
15+
16+
* 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)
17+
518
### [1.2.1](https://github.com/strapi-community/strapi-plugin-local-image-sharp/compare/v1.2.0...v1.2.1) (2022-10-12)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-plugin-local-image-sharp",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "Dynamically resize, format and optimize images based on url modifiers",
55
"strapi": {
66
"displayName": "Local Image Sharp",

0 commit comments

Comments
 (0)