diff --git a/CHANGELOG.md b/CHANGELOG.md index 17f5da66f..df8d3e5c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +## 0.14.1 (2024-12-20) + +### Fixed + +- Promote Pages better in GitHub Status Checks + +### Maintenance + +- test @shared/ButtonLink.jsx #4672 +- test @shared/UsaIcon.jsx #4668 +- Test frontend/pages/sites/SiteListItem.jsx and refactor/remove frontend/pages/sites/PublishedState.jsx +- Reenable sonarjs linting rules #4652 +- Test shared/GithubBuildBranchLink #4670 +- Test shared/GithubBuildShaLink #4669 +- remove SiteUser and associated concepts (#4339) +- Test shared/GithubAuthButton #4671 +- Test shared user org select #4667 +- restore webpack bundle analyzer on dev (#4675) +- remove jobs.js (#4677) +- reconcile dependencies +- upgrade to express 5 (#4611) +- update docker uaa port to avoid zscaler conflict + +### Documentation + +- document testing strategies + ## 0.14.0 (2024-11-20) ### Added diff --git a/package.json b/package.json index 4950a48e8..8a3c0eca6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pages-core", "private": true, - "version": "0.14.0", + "version": "0.14.1", "description": "", "keywords": [], "dependencies": {