From e4276fc244fc5ed575e8a61a47247c747dd5ff49 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 14:32:54 +0000 Subject: [PATCH] chore(main): release 0.0.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 63c033c..45ca42f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.4" + ".": "0.0.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7261814..4737ef6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.0.5](https://github.com/shelltime/coding-extension-jetbrains/compare/v0.0.4...v0.0.5) (2026-08-31) + + +### Continuous Integration + +* **workflows:** move Testing and Release jobs from jp-arm-oracle to ubuntu-latest ([#12](https://github.com/shelltime/coding-extension-jetbrains/issues/12)) ([a840c18](https://github.com/shelltime/coding-extension-jetbrains/commit/a840c18e59665785225e0b9d0e30156db018cc0d)) + ## [0.0.4](https://github.com/shelltime/coding-extension-jetbrains/compare/v0.0.3...v0.0.4) (2026-01-09)