Skip to content

Commit fe0c928

Browse files
chore(main): release 1.0.0 (#20)
Co-authored-by: release-please-signer <293262735+release-please-signer@users.noreply.github.com>
1 parent 5cff215 commit fe0c928

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
3+
## 1.0.0 (2026-06-13)
4+
5+
6+
### Features
7+
8+
* add neovim lua plugin scaffold ([#6](https://github.com/bullets-vim/bullets.nvim/issues/6)) ([8bea579](https://github.com/bullets-vim/bullets.nvim/commit/8bea579a930c621ff8a67413470fd4c26201f6b5))
9+
* continue standard bullets ([#4](https://github.com/bullets-vim/bullets.nvim/issues/4)) ([bd5293d](https://github.com/bullets-vim/bullets.nvim/commit/bd5293da635d9dcd396604b140931c4bd198f75e))
10+
* handle empty bullets and spacing ([#10](https://github.com/bullets-vim/bullets.nvim/issues/10)) ([6e2f586](https://github.com/bullets-vim/bullets.nvim/commit/6e2f586c55773c5ebe4b00350a7c5d7c516d9a08))
11+
* renumber bullet lists ([#12](https://github.com/bullets-vim/bullets.nvim/issues/12)) ([62570d0](https://github.com/bullets-vim/bullets.nvim/commit/62570d01f82f68f18abf30ba08fd9fb4ec22d010))
12+
* support nested checkboxes ([#13](https://github.com/bullets-vim/bullets.nvim/issues/13)) ([af5b004](https://github.com/bullets-vim/bullets.nvim/commit/af5b004f568477790cf78a279eb743bbd9bcd25d))
13+
* support ordered bullet continuations ([#7](https://github.com/bullets-vim/bullets.nvim/issues/7)) ([a673927](https://github.com/bullets-vim/bullets.nvim/commit/a673927b75975c3420b30aa502bc9293e19ac21f))
14+
* support outline promotion ([#11](https://github.com/bullets-vim/bullets.nvim/issues/11)) ([dfce5b3](https://github.com/bullets-vim/bullets.nvim/commit/dfce5b391bc1d27634e908c439655b2f2083105e))
15+
* support wrapped and document bullets ([#9](https://github.com/bullets-vim/bullets.nvim/issues/9)) ([7859056](https://github.com/bullets-vim/bullets.nvim/commit/7859056b2e56f4d49ade7e667080f4b40daeb436))
16+
17+
18+
### Bug Fixes
19+
20+
* exclude changelog from formatting ([#21](https://github.com/bullets-vim/bullets.nvim/issues/21)) ([828f8c5](https://github.com/bullets-vim/bullets.nvim/commit/828f8c548bd2f246e648e4581217fb0a9bc6bc5a))
21+
* fall back to github token for release please ([#19](https://github.com/bullets-vim/bullets.nvim/issues/19)) ([ed17b91](https://github.com/bullets-vim/bullets.nvim/commit/ed17b91f3e0e0b9f4e7405225c01b9370791fefa))
22+
* run test on every pr and push ([#16](https://github.com/bullets-vim/bullets.nvim/issues/16)) ([e6dd37b](https://github.com/bullets-vim/bullets.nvim/commit/e6dd37b457e871dbfb2ed59f323a5b9d40783c67))
23+
* sign release please commits ([#22](https://github.com/bullets-vim/bullets.nvim/issues/22)) ([5cff215](https://github.com/bullets-vim/bullets.nvim/commit/5cff2157afa6ea9c1b02c130f6a98ee131ec7cad))

0 commit comments

Comments
 (0)