Release to npm (#219)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
6e748e3c15
commit
7c790e44a2
3 changed files with 7 additions and 6 deletions
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@saleor/app-sdk": minor
|
||||
---
|
||||
|
||||
Add author field to AppManifest
|
|
@ -1,5 +1,11 @@
|
|||
# @saleor/app-sdk
|
||||
|
||||
## 0.37.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 6e748e3: Add author field to AppManifest
|
||||
|
||||
## 0.36.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@saleor/app-sdk",
|
||||
"version": "0.36.0",
|
||||
"version": "0.37.0",
|
||||
"description": "SDK for building great Saleor Apps",
|
||||
"types": "index.d.ts",
|
||||
"main": "index.js",
|
||||
|
|
Loading…
Reference in a new issue