Skip to content

Commit 597da6f

Browse files
committed
Documenting changes and bumping version
1 parent e860da2 commit 597da6f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.8.15 2024-08-19
4+
- Fixes for Perl 5.40 from @oalders
5+
6+
## 0.8.14 2024-04-06
7+
- Fixing bundling issues and various other webpack issues
8+
39
## 0.8.4 2024-04-05
410
- Perl::Tidy fix from @Ekopalypse
511
- Logging enabled by default, from @WhoIsSethDaniel

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Code navigation, autocompletion, syntax checking, and linting for Perl",
55
"author": "bscan",
66
"license": "MIT",
7-
"version": "0.8.14",
7+
"version": "0.8.15",
88
"icon": "images/camel_icon.png",
99
"repository": {
1010
"type": "git",

server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "perlnavigator-server",
33
"description": "Perl language server",
4-
"version": "0.8.14",
4+
"version": "0.8.15",
55
"author": "bscan",
66
"license": "MIT",
77
"engines": {

0 commit comments

Comments
 (0)