Skip to content

Commit d1f8415

Browse files
committed
bump 0.10.0
1 parent b06671d commit d1f8415

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ This plugin is the same as the built-in **Word Count** plugin, except when you s
3131
- Helped solve the performance issue.
3232
- @Noxellar
3333
- Fixed alt bar spacing issue.
34+
- @mgmeyers
35+
- Added word counts to section titles.
3436

3537
### Special Thanks
3638

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.6",
4+
"version": "0.10.0",
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.6",
3+
"version": "0.10.0",
44
"description": "Counts the words of selected text in the editor.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)