Skip to content

Commit

Permalink
Scripts: Fix the wrong placement of CHANGELOG entries
Browse files Browse the repository at this point in the history
Related PRs: #36260, #36244.
  • Loading branch information
gziolo authored and noisysocks committed Nov 15, 2021
1 parent 6d7e3ca commit 3c935c4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions packages/scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,21 @@

## Unreleased

## 19.1.0 (2021-11-07)
### New Features

- Add basic support for TypeScript in `build`, `start`, `test-e2e` and `test-unit-js` commands ([#36260](https://github.com/WordPress/gutenberg/pull/36260)).

### Enhancements

- Increase the timeout for e2e tests to 30 seconds ([#35983](https://github.com/WordPress/gutenberg/pull/35983)).
- The bundled `browserslist` dependency has been updated from requiring `^4.16.6` to requiring `^4.17.6` ([#36244](https://github.com/WordPress/gutenberg/pull/36244)).
- Updated the default ESLint config to work correctly with the latest version of `@wordpress/eslint-plugin` ([#36244](https://github.com/WordPress/gutenberg/pull/36244)).

## 19.1.0 (2021-11-07)

### Enhancements

- Increase the timeout for e2e tests to 30 seconds ([#35983](https://github.com/WordPress/gutenberg/pull/35983)).

## 19.0.0 (2021-10-22)

### Breaking Changes
Expand Down

0 comments on commit 3c935c4

Please sign in to comment.