Release to npm (#256)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-06-14 15:49:35 +02:00 committed by GitHub
parent 9fefd728a2
commit 989810fbc6
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": patch
---
Fixed invalid ProtectedHandlerContext that didnt include new user field

View file

@ -1,5 +1,11 @@
# @saleor/app-sdk # @saleor/app-sdk
## 0.40.1
### Patch Changes
- 9fefd72: Fixed invalid ProtectedHandlerContext that didnt include new user field
## 0.40.0 ## 0.40.0
### Minor Changes ### Minor Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@saleor/app-sdk", "name": "@saleor/app-sdk",
"version": "0.40.0", "version": "0.40.1",
"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",