Skip to content

Commit

Permalink
fix: highlight.js dependency was removed in v11, closes #283
Browse files Browse the repository at this point in the history
  • Loading branch information
MurhafSousli committed May 29, 2024
1 parent a10b312 commit fd1a3f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 11.0.1

- fix: `highlight.js` dependency was removed in v11, closes [#283](https://github.com/MurhafSousli/ngx-highlightjs/issues/283).

## 11.0.0

- Update to Angular 17.
Expand Down
3 changes: 2 additions & 1 deletion projects/ngx-highlightjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-highlightjs",
"version": "11.0.0",
"version": "11.0.1",
"description": "Instant code highlighting, auto-detect language, super easy to use.",
"homepage": "http:https://github.com/murhafsousli/ngx-highlightjs",
"author": {
Expand Down Expand Up @@ -29,6 +29,7 @@
"@angular/core": ">=17.0.0"
},
"dependencies": {
"highlight.js": "^11.9.0",
"tslib": "^2.3.0"
},
"sideEffects": false
Expand Down

0 comments on commit fd1a3f5

Please sign in to comment.