Skip to content

Commit

Permalink
chore(release): 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dancormier committed Feb 7, 2024
1 parent 7cbaf5e commit c8d9869
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.0](https://github.com/StackExchange/Stacks-Editor/compare/v0.9.1...v0.10.0) (2024-02-07)


### Bug Fixes

* **autoformatting:** prevent autoformatting when the first underscore is preceded by a non-whitespace character ([#262](https://github.com/StackExchange/Stacks-Editor/issues/262)) ([5e45ac2](https://github.com/StackExchange/Stacks-Editor/commit/5e45ac29b897eaf78c46e0ba02c869b91762dba3))
* **controls:** improve focus style to meet WCAG 2.2 AA ([#267](https://github.com/StackExchange/Stacks-Editor/issues/267)) ([7cbaf5e](https://github.com/StackExchange/Stacks-Editor/commit/7cbaf5e67de4caafd0dd33c161dba69ef5f0ba52))
* **deps:** upgrade @stackoverflow/stacks to v2.0.8 ([a19a8a3](https://github.com/StackExchange/Stacks-Editor/commit/a19a8a361c70ca261117ec9eef7caf6737ae7f26))
* **deps:** upgrade markdown-it to v13.0.2 ([e047893](https://github.com/StackExchange/Stacks-Editor/commit/e047893e337a4ba79a36608831d7ac10270187d9))
* **deps:** upgrade prosemirror libs to latest minor releases ([869c83d](https://github.com/StackExchange/Stacks-Editor/commit/869c83d6574086e612b603eea72e4ea5b6a708dd))
* **deps:** upgrade prosemirror libs to latest patches ([a2eeedf](https://github.com/StackExchange/Stacks-Editor/commit/a2eeedfe8f0716d3a76f7e38181186d28cff7b29))

### [0.9.1](https://github.com/StackExchange/Stacks-Editor/compare/v0.9.0...v0.9.1) (2023-11-01)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackoverflow/stacks-editor",
"version": "0.9.1",
"version": "0.10.0",
"description": "",
"repository": {
"type": "git",
Expand Down

0 comments on commit c8d9869

Please sign in to comment.