Skip to content

Commit

Permalink
chore: release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-gov-pages-operations committed Nov 16, 2023
1 parent d0f6a29 commit e19a154
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## 0.4.0 (2023-11-16)

### Added

- Auto rotate site bucket keys #153
- add owasp zap scan task type migration (#4260)

### Fixed

- call correct fetchUser function on github auth (#4301)
- **ci**: Update ci staging audit src
- Make site uploaded files page work properly for sites without previews

### Maintenance

- Add length limit validation before branch name regex
- correct audit in staging, prod ci
- add yarn audit to ci (#4250)
- security/dependency updates
- add initial playwright implementation (#4102)
- add small adjustment to dev env setting
- Upgrade to AWS SDK V3 (#3989)
- update slack release notes format and bump pattern matcher

## 0.3.2 (2023-10-19)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pages-core",
"private": true,
"version": "0.3.2",
"version": "0.4.0",
"description": "",
"keywords": [],
"dependencies": {
Expand Down

0 comments on commit e19a154

Please sign in to comment.