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:
parent
9927facfb3
commit
b11b17c17c
|
@ -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]
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: add
|
||||
|
||||
Initial version of @woocommerce/create-product-editor-block
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: update
|
||||
|
||||
Do not add script prop to generated block.json
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue