Skip to content

Commit

Permalink
Docs: Include CHANGELOG entries from the relocated create-wordpress-b…
Browse files Browse the repository at this point in the history
…lock package
  • Loading branch information
gziolo committed Feb 2, 2020
1 parent 80c5239 commit b6d8712
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion packages/create-block/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,38 @@

### Internal

- Imported from `create-wordpress-block` npm packgage ([#19773](https://github.com/WordPress/gutenberg/pull/19773)).
- Relocated npm packge from `create-wordpress-block` to `@wordpress/create-block` ([#19773](https://github.com/WordPress/gutenberg/pull/19773)).

## 0.5.0 (2020-01-08)

### New Features

- Update templates to include WordPress plugin metadata by default.

## 0.4.3 (2020-01-08)

### Bug Fix

- Print available commands only for ESNext template.

## 0.4.0 (2019-12-17)

### New Features

- Add full support for ESNext template, including `wp-scripts` bootstrapping.

### Enhancements

- Improve the feedback shared on the console while scaffolding a block.

## 0.3.2 (2019-12-16)

### Bug Fix

- Fix the paths pointing to the JS build file listed in PHP file in the ESNext template.

## 0.3.0 (2019-12-16)

### New Features

- Added support for template types. `esnext` becomes the default one. `es5` is still available as an option.

0 comments on commit b6d8712

Please sign in to comment.