bump: version 0.9.5

This commit is contained in:
Luke Leppan 2023-03-30 00:58:33 +02:00
parent 0a208ea8ef
commit 141c39dbb7
No known key found for this signature in database
GPG key ID: D35B272CE58AE00A
3 changed files with 9 additions and 6 deletions

View file

@ -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.

View file

@ -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",

View file

@ -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": {