From d86b1e99d9509818745cf240697ced5c1d3bff8b Mon Sep 17 00:00:00 2001 From: Giamir Buoncristiani Date: Wed, 24 Apr 2024 12:12:17 +0200 Subject: [PATCH] chore(release): 0.10.6 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08265141..68d63c6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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. +### [0.10.6](https://github.com/StackExchange/Stacks-Editor/compare/v0.10.5...v0.10.6) (2024-04-24) + + +### Features + +* **image-upload:** add accepted file types option ([#304](https://github.com/StackExchange/Stacks-Editor/issues/304)) ([93bf622](https://github.com/StackExchange/Stacks-Editor/commit/93bf6224401a54177b057c5ad4f45b42150e524d)) + + +### Bug Fixes + +* **image-upload:** ensure accept attribute of uploader is populated correctly ([9edcb68](https://github.com/StackExchange/Stacks-Editor/commit/9edcb6888ae64f925ccba4167b8e3abe3d63b0b0)) +* **image-upload:** make color contrast of content policy and branding help text accessible ([f57efd3](https://github.com/StackExchange/Stacks-Editor/commit/f57efd31f15668854c832e88b9db852a86c47c88)) + ### [0.10.5](https://github.com/StackExchange/Stacks-Editor/compare/v0.10.4...v0.10.5) (2024-03-28) diff --git a/package-lock.json b/package-lock.json index 9278ca8c..50235c4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@stackoverflow/stacks-editor", - "version": "0.10.5", + "version": "0.10.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@stackoverflow/stacks-editor", - "version": "0.10.5", + "version": "0.10.6", "license": "MIT", "dependencies": { "@lezer/highlight": "^1.2.0", diff --git a/package.json b/package.json index 17ecce15..1026267d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stackoverflow/stacks-editor", - "version": "0.10.5", + "version": "0.10.6", "description": "", "repository": { "type": "git",