Create Extension: Prep for initial release (#36002)

* Add initial changelog

* run changelog release prep tool

* revert package.json version bump
This commit is contained in:
Paul Sealock 2022-12-19 07:31:26 +13:00 committed by GitHub
parent 024e2382cb
commit 23299dbafd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 9 deletions

View File

@ -0,0 +1,3 @@
vendor
node_modules
.turbo

View File

@ -0,0 +1,9 @@
# 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-woo-extension/v/1.0.0) - 2022-12-15
- Patch - Add WC validation [#35947]
[See legacy changelogs for previous versions](https://github.com/woocommerce/woocommerce/blob/68581955106947918d2b17607a01bdfdf22288a9/packages/js/create-woo-extension/CHANGELOG.md).

View File

@ -1,5 +0,0 @@
Significance: patch
Type: dev
Comment: Initial PR

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Add WC validation