File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ All major and minor version changes will be documented in this file. Details of
13
13
14
14
## Details
15
15
16
+ ### [ 9.39.0] - 2022-06-09
17
+ - Added 'ELF Info' operation [ @n1073645 ] | [ #1364 ]
18
+
16
19
### [ 9.38.0] - 2022-05-30
17
20
- Added 'Parse TCP' operation [ @n1474335 ] | [ a895d1d]
18
21
@@ -291,6 +294,7 @@ All major and minor version changes will be documented in this file. Details of
291
294
292
295
293
296
297
+ [ 9.39.0 ] : https://github.com/gchq/CyberChef/releases/tag/v9.39.0
294
298
[ 9.38.0 ] : https://github.com/gchq/CyberChef/releases/tag/v9.38.0
295
299
[ 9.37.0 ] : https://github.com/gchq/CyberChef/releases/tag/v9.37.0
296
300
[ 9.36.0 ] : https://github.com/gchq/CyberChef/releases/tag/v9.36.0
@@ -508,3 +512,4 @@ All major and minor version changes will be documented in this file. Details of
508
512
[ #1244 ] : https://github.com/gchq/CyberChef/pull/1244
509
513
[ #1313 ] : https://github.com/gchq/CyberChef/pull/1313
510
514
[ #1326 ] : https://github.com/gchq/CyberChef/pull/1326
515
+ [ #1364 ] : https://github.com/gchq/CyberChef/pull/1364
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ const getFeature = function() {
131
131
132
132
// PR IDs
133
133
prIDs . forEach ( prID => {
134
- changelogData = changelogData . replace ( / ( \n \[ # [ ^ \] ] + \] : h t t p s : \/ \/ g i t h u b .c o m \/ g c h q \/ C y b e r C h e f \/ p u l l \/ [ ^ \n ] + \n ) \n / , "$1" + prID + "\n\n" ) ;
134
+ changelogData = changelogData . replace ( / ( \n \[ # [ ^ \] ] + \] : h t t p s : \/ \/ g i t h u b .c o m \/ g c h q \/ C y b e r C h e f \/ p u l l \/ [ ^ \n ] + \n ) \n * $ / , "$1" + prID + "\n\n" ) ;
135
135
} ) ;
136
136
137
137
fs . writeFileSync ( path . join ( process . cwd ( ) , "CHANGELOG.md" ) , changelogData ) ;
You can’t perform that action at this time.
0 commit comments