Skip to content

Commit

Permalink
Fixes #455 - fix license handling for complex licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
eoftedal committed Sep 23, 2024
1 parent e35835a commit cdb14ca
Showing 6 changed files with 421 additions and 167 deletions.
6 changes: 6 additions & 0 deletions node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [5.2.3]

### Bugfix

- Fix license handling for complex licenses

## [5.2.2]

### Bugfix
2 changes: 1 addition & 1 deletion node/lib/retire.js
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
*/

var exports = exports || {};
exports.version = '5.2.2';
exports.version = '5.2.3';

function isDefined(o) {
return typeof o !== 'undefined';
Loading

0 comments on commit cdb14ca

Please sign in to comment.