Skip to content

Commit dc91920

Browse files
chore: release 0.14.0
1 parent 9ed3e84 commit dc91920

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## 0.14.0 (2024-11-20)
2+
3+
### Added
4+
5+
- allow rules to be suppressed from reports
6+
7+
### Fixed
8+
9+
- Site build polling and latest build branch
10+
- use single build url upon creation (#4323)
11+
12+
### Maintenance
13+
14+
- don't fail the scheduled worker with missing sites
15+
- Enable eslint-plugin-import for frontend and tests
16+
- add pr code coverage to ci (#4643)
17+
- Decouple local app frontend build #4649
18+
- start rtl transition (#4635)
19+
- Run prettier formatting on codebase
20+
- Update linting and formatting
21+
122
## 0.13.2 (2024-10-28)
223

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

0 commit comments

Comments
 (0)