Skip to content

Commit cdb14ca

Browse files
committedSep 23, 2024
Fixes #455 - fix license handling for complex licenses
1 parent e35835a commit cdb14ca

File tree

6 files changed

+421
-167
lines changed

6 files changed

+421
-167
lines changed
 

‎node/CHANGELOG.md

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

3+
## [5.2.3]
4+
5+
### Bugfix
6+
7+
- Fix license handling for complex licenses
8+
39
## [5.2.2]
410

511
### Bugfix

‎node/lib/retire.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55

66
var exports = exports || {};
7-
exports.version = '5.2.2';
7+
exports.version = '5.2.3';
88

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

0 commit comments

Comments
 (0)
Failed to load comments.