diff --git a/CHANGELOG.md b/CHANGELOG.md index e580805f..fb08d090 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.2](https://github.com/StackExchange/Stacks-Editor/compare/v0.10.1...v0.10.2) (2024-02-23) + ### [0.10.1](https://github.com/StackExchange/Stacks-Editor/compare/v0.10.0...v0.10.1) (2024-02-21) ## [0.10.0](https://github.com/StackExchange/Stacks-Editor/compare/v0.9.1...v0.10.0) (2024-02-07) diff --git a/package-lock.json b/package-lock.json index 1555695f..69e1e0fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@stackoverflow/stacks-editor", - "version": "0.10.1", + "version": "0.10.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@stackoverflow/stacks-editor", - "version": "0.10.1", + "version": "0.10.2", "license": "MIT", "dependencies": { "@lezer/highlight": "^1.2.0", diff --git a/package.json b/package.json index 03fa879a..c078caf3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stackoverflow/stacks-editor", - "version": "0.10.1", + "version": "0.10.2", "description": "", "repository": { "type": "git",