We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb0748 commit 26b850cCopy full SHA for 26b850c
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## 0.8.0 (2024-04-17)
2
+
3
+### Added
4
5
+- Revamp build scan display per #4446
6
+- Add concurrency and polling to build task queue worker
7
+- add build scan priority (#4476)
8
9
+### Maintenance
10
11
+- **admin**: add extra information for testing scans
12
13
## 0.7.1 (2024-04-11)
14
15
### Fixed
package.json
@@ -1,7 +1,7 @@
{
"name": "pages-core",
"private": true,
- "version": "0.7.1",
+ "version": "0.8.0",
"description": "",
"keywords": [],
"dependencies": {
0 commit comments