Added initial changelog and ran prepare package release (#39001)

* Added initial changelog and ran prepare package release

* Add gitkeep to changelog folder

* Remove legacy link that is not required
This commit is contained in:
louwie17 2023-06-28 14:55:25 -03:00 committed by GitHub
parent 9927facfb3
commit b11b17c17c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 9 deletions

View File

@ -0,0 +1,8 @@
# Changelog
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.0](https://www.npmjs.com/package/@woocommerce/create-product-editor-block/v/1.0.0) - 2023-06-28
- Minor - Initial version of @woocommerce/create-product-editor-block [#38263]
- Minor - Do not add script prop to generated block.json [#38496]

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Initial version of @woocommerce/create-product-editor-block

View File

@ -1,4 +0,0 @@
Significance: minor
Type: update
Do not add script prop to generated block.json

View File

@ -1,6 +1,6 @@
{
"name": "@woocommerce/create-product-editor-block",
"version": "0.0.1",
"version": "1.0.0",
"description": "A template to be used with `@wordpress/create-block` to create a Product Editor block.",
"main": "index.js",
"engines": {