summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbscan <10503608+bscan@users.noreply.github.com>2024-08-19 21:51:37 -0400
committerbscan <10503608+bscan@users.noreply.github.com>2024-08-19 21:51:37 -0400
commit597da6f89d6cd6f9dac2c39a8ce02e449345c6e4 (patch)
treea9870a7675b6accd90b8e3a5951991821104fa4e
parente860da27220db922824499462f8588960e770cae (diff)
downloadPerlNavigator-597da6f89d6cd6f9dac2c39a8ce02e449345c6e4.zip
Documenting changes and bumping version
-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": {