Skip to content

Commit

Permalink
Merge branch 'feature/LF3175/nodejs-version-upgrade' into 'master'
Browse files Browse the repository at this point in the history
nodejs version 22

See merge request lfor/autocomplete-lhc!174
  • Loading branch information
jcy1225 committed Dec 20, 2024
2 parents 83bb1a7 + 58ad56a commit 241773b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
This log documents significant changes for each release. This project follows
[Semantic Versioning](http://semver.org/).

## [19.3.2] - 2024-12-19
### Changed
- Upgraded to nodejs version 22.

## [19.3.1] - 2024-11-13
### Changed
- Filter without highlighting for Prefetch autocomplete with isListHTML true.
Expand Down
2 changes: 1 addition & 1 deletion bashrc.autocomp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


# Use the globally installed node and its modules
NODE_DIR=node-v18.14.2
NODE_DIR=node-v22.11.0
# Set path
PATH=~/${NODE_DIR}/bin:/bin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/etc

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "autocomplete-lhc",
"version": "19.3.1",
"version": "19.3.2",
"main": [
"source/auto_completion.css",
"source/polyfill.js",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "autocomplete-lhc",
"version": "19.3.1",
"version": "19.3.2",
"description": "",
"main": "source/index.js",
"config": {
Expand Down

0 comments on commit 241773b

Please sign in to comment.