Release to npm (#209)

* Release to npm

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lukasz Ostrowski <lukasz.ostrowski@saleor.io>
This commit is contained in:
github-actions[bot] 2023-03-09 15:18:26 +01:00 committed by GitHub
parent 5f9a3f9a49
commit 0c063cc222
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 16 deletions

View file

@ -1,5 +0,0 @@
---
"@saleor/app-sdk": patch
---
Original error messages from Upstash in UpstashAPL are now exposed in debug logs

View file

@ -1,5 +0,0 @@
---
"@saleor/app-sdk": patch
---
Chore: Added template for github feature request

View file

@ -1,5 +0,0 @@
---
"@saleor/app-sdk": patch
---
Removed unused @types/node-fetch, since sdk no longer uses it (Node 18 has built-in fetch, for older node.js version polyfill is required)

View file

@ -1,5 +1,13 @@
# @saleor/app-sdk
## 0.34.2
### Patch Changes
- 3786c86: Original error messages from Upstash in UpstashAPL are now exposed in debug logs
- 172de4a: Chore: Added template for github feature request
- 1d7af07: Removed unused @types/node-fetch, since app-sdk no longer uses it (Node 18 has built-in fetch, for older node.js version polyfill is required)
## 0.34.1
### Patch Changes

View file

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