Skip to content

Commit 141c39d

Browse files
committed
bump: version 0.9.5
1 parent 0a208ea commit 141c39d

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,15 @@ This plugin is the same as the built-in **Word Count** plugin, except when you s
2020

2121
- @leoccyao
2222
- Added all word, char, sentence count when not viewing a markdown file.
23-
- @lishid
24-
- Helped solve the performance issue.
25-
- @THeK3nger
26-
- Fixed issue that occurred when renaming files.
23+
- @chrisgrieser
24+
- Added Footnotes and Citation Counting.
2725
- @bakuzan
26+
- Added page counts.
2827
- Fixed issue that caused errors at start up.
28+
- @THeK3nger
29+
- Fixed issue that occurred when renaming files.
30+
- @lishid
31+
- Helped solve the performance issue.
2932
- @Noxellar
3033
- Fixed alt bar spacing issue.
3134

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "better-word-count",
33
"name": "Better Word Count",
4-
"version": "0.9.4",
4+
"version": "0.9.5",
55
"description": "Counts the words of selected text in the editor.",
66
"author": "Luke Leppan",
77
"authorUrl": "https://lukeleppan.com",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "better-word-count",
3-
"version": "0.9.4",
3+
"version": "0.9.5",
44
"description": "Counts the words of selected text in the editor.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)