Skip to content

Commit 258510a

Browse files
chore(main): release 25.0.0 (#304)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 174ef15 commit 258510a

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "24.0.0"
2+
".": "25.0.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [25.0.0](https://github.com/linrongbin16/commons.nvim/compare/v24.0.0...v25.0.0) (2025-01-17)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **spawn:** remove "blockwise" APIs, split "linewise" API into two modes: no-wait and waitable! ([#303](https://github.com/linrongbin16/commons.nvim/issues/303))
9+
10+
### Features
11+
12+
* **shell:** add "shell" module ([#303](https://github.com/linrongbin16/commons.nvim/issues/303)) ([174ef15](https://github.com/linrongbin16/commons.nvim/commit/174ef15f490a9f501b32956f3e29c4828b72df65))
13+
14+
15+
### Bug Fixes
16+
17+
* **spawn:** remove "blockwise" APIs, split "linewise" API into two modes: no-wait and waitable! ([#303](https://github.com/linrongbin16/commons.nvim/issues/303)) ([174ef15](https://github.com/linrongbin16/commons.nvim/commit/174ef15f490a9f501b32956f3e29c4828b72df65))
18+
319
## [24.0.0](https://github.com/linrongbin16/commons.nvim/compare/v23.0.0...v24.0.0) (2025-01-14)
420

521

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.0.0
1+
25.0.0

0 commit comments

Comments
 (0)