summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md6
-rw-r--r--package.json2
-rw-r--r--server/package.json2
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7ac3643..cf20cd3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## 0.8.15 2024-08-19
+- Fixes for Perl 5.40 from @oalders
+
+## 0.8.14 2024-04-06
+- Fixing bundling issues and various other webpack issues
+
## 0.8.4 2024-04-05
- Perl::Tidy fix from @Ekopalypse
- Logging enabled by default, from @WhoIsSethDaniel
diff --git a/package.json b/package.json
index cded50c..faafe3a 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"description": "Code navigation, autocompletion, syntax checking, and linting for Perl",
"author": "bscan",
"license": "MIT",
- "version": "0.8.14",
+ "version": "0.8.15",
"icon": "images/camel_icon.png",
"repository": {
"type": "git",
diff --git a/server/package.json b/server/package.json
index e3914bf..70c8fd9 100644
--- a/server/package.json
+++ b/server/package.json
@@ -1,7 +1,7 @@
{
"name": "perlnavigator-server",
"description": "Perl language server",
- "version": "0.8.14",
+ "version": "0.8.15",
"author": "bscan",
"license": "MIT",
"engines": {