Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.4"
".": "0.0.5"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lua/shelltime/heartbeat.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
Expand Down