Skip to content

Commit

Permalink
Merge pull request #4858 from zapbot/retirejs-update
Browse files Browse the repository at this point in the history
retire.js Update 2023-09-02
  • Loading branch information
thc202 authored Sep 2, 2023
2 parents 8771842 + 60b9c10 commit 5e078b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions addOns/retire/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this add-on will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased
### Changed
- Updated with upstream retire.js pattern changes.



## [0.25.0] - 2023-08-14
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3780,7 +3780,7 @@
"extractors": {
"uri": ["/jszip[/@](§§version§§)/.*\\.js"],
"filename": ["jszip-(§§version§§)(\\.min)?\\.js"],
"filecontent": ["/\\*![ \n]+JSZip v(§§version§§) "],
"filecontent": ["/\\*![\\s]+JSZip v(§§version§§) "],
"func": ["JSZip && JSZip.version"]
}
},
Expand Down

0 comments on commit 5e078b1

Please sign in to comment.