Skip to content

Commit acc72c9

Browse files
chore: release 0.9.3
1 parent 92d6ff8 commit acc72c9

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 0.9.3 (2024-06-18)
2+
3+
### Fixed
4+
5+
- Only encrypt site build param values based on defined keys
6+
- reorder session auth logic, handle redirect to prevent unhandled 500 errors
7+
- **admin**: Show UAAIdentity ID in Admin User page (#4501)
8+
- send 401 response for bad auth callback (#4512)
9+
10+
### Maintenance
11+
12+
- remove metrics, update yarn.lock
13+
- **deps**: bump the npm_and_yarn group across 2 directories with 2 updates
14+
- **ci**: Add necessary pipeline OCI image resources to staging and prod
15+
- yarn.lock regeneration
16+
- wait for db port on ci tests
17+
- Add build metrics query examples (#4500)
18+
- harden docker in docker use
19+
- Encrypt build task CF task param values #4509
20+
121
## 0.9.2 (2024-05-21)
222

323
### Maintenance

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.9.2",
4+
"version": "0.9.3",
55
"description": "",
66
"keywords": [],
77
"dependencies": {

0 commit comments

Comments
 (0)