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 13, 2024
1 parent f448c36 commit cdfb24f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 0.14.0 (2024-11-13)

### Added

- allow rules to be suppressed from reports

### Fixed

- 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 cdfb24f

Please sign in to comment.