Skip to content

Commit f0d3021

Browse files
committed
Bumping version
1 parent 6b446fd commit f0d3021

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## 0.8.16 2025-02-09
4+
- Find onig.wasm dynamically by @rabbiveesh
5+
- Fix for perl installations without Filter::Simple
6+
37
## 0.8.15 2024-08-19
48
- Fixes for Perl 5.40 from @oalders
59

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.15",
7+
"version": "0.8.16",
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.15",
4+
"version": "0.8.16",
55
"author": "bscan",
66
"license": "MIT",
77
"engines": {

0 commit comments

Comments
 (0)