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 - @leoccyao
- Added all word, char, sentence count when not viewing a markdown file. - Added all word, char, sentence count when not viewing a markdown file.
- @lishid - @chrisgrieser
- Helped solve the performance issue. - Added Footnotes and Citation Counting.
- @bakuzan
- Added page counts.
- Fixed issue that caused errors at start up.
- @THeK3nger - @THeK3nger
- Fixed issue that occurred when renaming files. - Fixed issue that occurred when renaming files.
- @bakuzan - @lishid
- Fixed issue that caused errors at start up. - Helped solve the performance issue.
- @Noxellar - @Noxellar
- Fixed alt bar spacing issue. - Fixed alt bar spacing issue.

View file

@ -1,7 +1,7 @@
{ {
"id": "better-word-count", "id": "better-word-count",
"name": "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.", "description": "Counts the words of selected text in the editor.",
"author": "Luke Leppan", "author": "Luke Leppan",
"authorUrl": "https://lukeleppan.com", "authorUrl": "https://lukeleppan.com",

View file

@ -1,6 +1,6 @@
{ {
"name": "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.", "description": "Counts the words of selected text in the editor.",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {