Release to npm (#250)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-06-12 13:32:09 +02:00 committed by GitHub
parent 9056e7617a
commit 215a410d58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 9 deletions

View file

@ -1,8 +0,0 @@
---
"@saleor/app-sdk": patch
---
Added definitions for new async events:
- `CHECKOUT_FULLY_PAID`
- `GIFT_CARD_SENT`

View file

@ -1,5 +1,14 @@
# @saleor/app-sdk
## 0.39.2
### Patch Changes
- 9056e76: Added definitions for new async events:
- `CHECKOUT_FULLY_PAID`
- `GIFT_CARD_SENT`
## 0.39.1
### Patch Changes

View file

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