Release to npm (#219)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-03-16 14:26:30 +01:00 committed by GitHub
parent 6e748e3c15
commit 7c790e44a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View file

@ -1,5 +0,0 @@
---
"@saleor/app-sdk": minor
---
Add author field to AppManifest

View file

@ -1,5 +1,11 @@
# @saleor/app-sdk # @saleor/app-sdk
## 0.37.0
### Minor Changes
- 6e748e3: Add author field to AppManifest
## 0.36.0 ## 0.36.0
### Minor Changes ### Minor Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@saleor/app-sdk", "name": "@saleor/app-sdk",
"version": "0.36.0", "version": "0.37.0",
"description": "SDK for building great Saleor Apps", "description": "SDK for building great Saleor Apps",
"types": "index.d.ts", "types": "index.d.ts",
"main": "index.js", "main": "index.js",