From daf88d8e0fd746d034924f6e99039dd57522431e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 10 Jan 2026 03:03:45 +0000 Subject: [PATCH] chore(main): release 0.0.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ lua/shelltime/heartbeat.lua | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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 28cae34..a7c6fbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.5](https://github.com/shelltime/coding-extension-vim/compare/v0.0.4...v0.0.5) (2026-01-10) + + +### Documentation + +* **readme:** fix installation instructions to match source of truth ([a0d0705](https://github.com/shelltime/coding-extension-vim/commit/a0d07051bca8d279779142aa23d2ff369ff0951f)) +* **readme:** fix installation instructions to match source of truth ([3fc7f75](https://github.com/shelltime/coding-extension-vim/commit/3fc7f75c4c74b6dbae0ec9831d694a06b3cf54f3)) + ## [0.0.4](https://github.com/shelltime/coding-extension-vim/compare/v0.0.3...v0.0.4) (2026-01-08) diff --git a/lua/shelltime/heartbeat.lua b/lua/shelltime/heartbeat.lua index ab3d2a5..2fef8f0 100644 --- a/lua/shelltime/heartbeat.lua +++ b/lua/shelltime/heartbeat.lua @@ -8,7 +8,7 @@ local lang = require('shelltime.utils.language') local M = {} -- Plugin version -local PLUGIN_VERSION = '0.0.4' -- x-release-please-version +local PLUGIN_VERSION = '0.0.5' -- x-release-please-version -- Pending heartbeats queue local pending_heartbeats = {}