From 141c39dbb7be37dabf79675ad5264ef3065de1f5 Mon Sep 17 00:00:00 2001 From: Luke Leppan Date: Thu, 30 Mar 2023 00:58:33 +0200 Subject: [PATCH] bump: version 0.9.5 --- README.md | 11 +++++++---- manifest.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1fee0fb..3e43a2e 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,15 @@ This plugin is the same as the built-in **Word Count** plugin, except when you s - @leoccyao - Added all word, char, sentence count when not viewing a markdown file. -- @lishid - - Helped solve the performance issue. +- @chrisgrieser + - Added Footnotes and Citation Counting. +- @bakuzan + - Added page counts. + - Fixed issue that caused errors at start up. - @THeK3nger - Fixed issue that occurred when renaming files. -- @bakuzan - - Fixed issue that caused errors at start up. +- @lishid + - Helped solve the performance issue. - @Noxellar - Fixed alt bar spacing issue. diff --git a/manifest.json b/manifest.json index 73bdeca..ac9760c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "better-word-count", "name": "Better Word Count", - "version": "0.9.4", + "version": "0.9.5", "description": "Counts the words of selected text in the editor.", "author": "Luke Leppan", "authorUrl": "https://lukeleppan.com", diff --git a/package.json b/package.json index 00b6276..7e80d2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "better-word-count", - "version": "0.9.4", + "version": "0.9.5", "description": "Counts the words of selected text in the editor.", "main": "main.js", "scripts": {