From 005c0d15cc7c8aca1f2a4e1dce021f66043f855c Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Fri, 17 Jan 2025 19:56:55 +0100 Subject: [PATCH] chore(CHANGELOG): update --- CHANGELOG.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff33f44..dfb57a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,23 +8,12 @@ ___Note:__ Yet to be released changes appear here._ ## 0.22.0 (2025-01-17) -## What's Changed -* docs: replace manual publishing with release-please by @barmac in https://github.com/bpmn-io/vs-code-bpmn-io/pull/184 -* chore: update dependency npm-run-all2 to v7 by @renovate in https://github.com/bpmn-io/vs-code-bpmn-io/pull/186 -* Housekeeping by @nikku in https://github.com/bpmn-io/vs-code-bpmn-io/pull/190 -* Housekeeping by @nikku in https://github.com/bpmn-io/vs-code-bpmn-io/pull/192 -* chore: update dependency @rollup/plugin-node-resolve to v16 by @renovate in https://github.com/bpmn-io/vs-code-bpmn-io/pull/193 -* deps: update dependency bpmn-js to v18 by @renovate in https://github.com/bpmn-io/vs-code-bpmn-io/pull/189 - - -**Full Changelog**: https://github.com/bpmn-io/vs-code-bpmn-io/compare/v0.21.5...v0.22.0 - -## 0.22.0 - * `FIX`: make standard keyboard shortcuts work for macOS ([#92](https://github.com/bpmn-io/vs-code-bpmn-io/issues/92)) * `DEPS`: update dependency bpmn-js to v18 * `CHORE`: handle BPMN key bindings with VS Code API +**Full Changelog**: https://github.com/bpmn-io/vs-code-bpmn-io/compare/v0.21.5...v0.22.0 + ## 0.21.5 (2024-09-25) ## What's Changed