Skip to content

Commit

Permalink
chore: release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-gov-pages-operations committed Nov 20, 2024
1 parent 9ed3e84 commit dc91920
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 0.14.0 (2024-11-20)

### Added

- allow rules to be suppressed from reports

### Fixed

- Site build polling and latest build branch
- use single build url upon creation (#4323)

### Maintenance

- don't fail the scheduled worker with missing sites
- Enable eslint-plugin-import for frontend and tests
- add pr code coverage to ci (#4643)
- Decouple local app frontend build #4649
- start rtl transition (#4635)
- Run prettier formatting on codebase
- Update linting and formatting

## 0.13.2 (2024-10-28)

### Maintenance
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.13.2",
"version": "0.14.0",
"description": "",
"keywords": [],
"dependencies": {
Expand Down

0 comments on commit dc91920

Please sign in to comment.