ci: release
This commit is contained in:
8
packages/plugins/marketplace-test/CHANGELOG.md
Normal file
8
packages/plugins/marketplace-test/CHANGELOG.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# @emdash-cms/plugin-marketplace-test
|
||||
|
||||
## 0.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d)]:
|
||||
- emdash@0.0.2
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@emdash-cms/plugin-marketplace-test",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"description": "Test plugin for end-to-end marketplace publishing and audit workflow testing",
|
||||
"type": "module",
|
||||
"main": "dist/index.mjs",
|
||||
@@ -12,13 +12,21 @@
|
||||
},
|
||||
"./sandbox": "./dist/sandbox-entry.mjs"
|
||||
},
|
||||
"files": ["dist"],
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsdown src/index.ts src/sandbox-entry.ts --format esm --dts --clean",
|
||||
"dev": "tsdown src/index.ts src/sandbox-entry.ts --format esm --dts --watch",
|
||||
"typecheck": "tsgo --noEmit"
|
||||
},
|
||||
"keywords": ["emdash", "cms", "plugin", "test", "marketplace"],
|
||||
"keywords": [
|
||||
"emdash",
|
||||
"cms",
|
||||
"plugin",
|
||||
"test",
|
||||
"marketplace"
|
||||
],
|
||||
"author": "Matt Kane",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user