From 8c0a0af0d703468c8975ee531d85f0a8935bda8e Mon Sep 17 00:00:00 2001 From: Dan Cormier Date: Thu, 21 Mar 2024 16:09:49 -0400 Subject: [PATCH] chore(release): 0.10.4 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13048c28..13cb3ae7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.4](https://github.com/StackExchange/Stacks-Editor/compare/v0.10.3...v0.10.4) (2024-03-21) + ### [0.10.3](https://github.com/StackExchange/Stacks-Editor/compare/v0.10.2...v0.10.3) (2024-03-06) ### [0.10.2](https://github.com/StackExchange/Stacks-Editor/compare/v0.10.1...v0.10.2) (2024-02-23) diff --git a/package-lock.json b/package-lock.json index db68e37f..d6f48b7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@stackoverflow/stacks-editor", - "version": "0.10.3", + "version": "0.10.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@stackoverflow/stacks-editor", - "version": "0.10.3", + "version": "0.10.4", "license": "MIT", "dependencies": { "@lezer/highlight": "^1.2.0", diff --git a/package.json b/package.json index 1083edaa..f51ef943 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stackoverflow/stacks-editor", - "version": "0.10.3", + "version": "0.10.4", "description": "", "repository": { "type": "git",