Skip to content

Commit fe2e7e1

Browse files
chore(release): 1.8.0 [skip ci]
# [1.8.0](v1.7.0...v1.8.0) (2024-04-25) ### Bug Fixes * **commands:** toggle heading: preserve edited content ([d4db38e](d4db38e)) ### Features * **commands:** split by commas ([a0acf35](a0acf35)) * **commands:** trim lines punctiation & split by semicolon ([11a9d7e](11a9d7e))
1 parent f651e60 commit fe2e7e1

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.8.0](https://github.com/stdword/logseq13-missing-commands/compare/v1.7.0...v1.8.0) (2024-04-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **commands:** toggle heading: preserve edited content ([d4db38e](https://github.com/stdword/logseq13-missing-commands/commit/d4db38ece9a486ef4ca120e7b11869e540e177d4))
7+
8+
9+
### Features
10+
11+
* **commands:** split by commas ([a0acf35](https://github.com/stdword/logseq13-missing-commands/commit/a0acf355c91e49ac12a5219ea5a2051aa9fcf297))
12+
* **commands:** trim lines punctiation & split by semicolon ([11a9d7e](https://github.com/stdword/logseq13-missing-commands/commit/11a9d7e73977abb9a8f55f789bd5d800b33f0182))
13+
114
# [1.7.0](https://github.com/stdword/logseq13-missing-commands/compare/v1.6.0...v1.7.0) (2024-01-31)
215

316

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "logseq13-missing-commands",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "Sort blocks, TAB-trigger on search, split by sentences, parse text structure, blocks navigation, etc.",
55
"author": "stdword",
66
"repository": "https://github.com/stdword/logseq13-missing-commands.git",

0 commit comments

Comments
 (0)