File tree 2 files changed +29
-1
lines changed
2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.11.0 (2024-09-04)
2
+
3
+ ### Added
4
+
5
+ - Auto refresh site builds statuses
6
+ - ** admin** : Add edit functionality to site build task run day
7
+ - ** admin** : Add runDay input to manage build tasks
8
+ - Add in app report rendering
9
+ - add build scans page (#4539 )
10
+ - style build scan config (#4261 )
11
+
12
+ ### Fixed
13
+
14
+ - API should only update a site build tasks metadata rules
15
+ - API build tasks report logging
16
+ - rule match should be an array
17
+
18
+ ### Maintenance
19
+
20
+ - add dap rule suppressions
21
+ - update suppression language to allow for more forms of suppressed rules
22
+ - Improve build task dev experience
23
+ - swap experiment icon for report icon in report button
24
+ - Upgrade dependency axios to v1.7.5
25
+ - fix missing data from zap findings
26
+ - add test for previous bug
27
+ - unvendor the node modules
28
+
1
29
## 0.10.0 (2024-07-03)
2
30
3
31
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pages-core" ,
3
3
"private" : true ,
4
- "version" : " 0.10 .0" ,
4
+ "version" : " 0.11 .0" ,
5
5
"description" : " " ,
6
6
"keywords" : [],
7
7
"dependencies" : {
You can’t perform that action at this time.
0 commit comments