Skip to content

Commit a26ff51

Browse files
chore: release 0.11.0
1 parent a684b5a commit a26ff51

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
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+
129
## 0.10.0 (2024-07-03)
230

331
### Added

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pages-core",
33
"private": true,
4-
"version": "0.10.0",
4+
"version": "0.11.0",
55
"description": "",
66
"keywords": [],
77
"dependencies": {

0 commit comments

Comments
 (0)