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:
parent
5f9a3f9a49
commit
0c063cc222
5 changed files with 9 additions and 16 deletions
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@saleor/app-sdk": patch
|
||||
---
|
||||
|
||||
Original error messages from Upstash in UpstashAPL are now exposed in debug logs
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@saleor/app-sdk": patch
|
||||
---
|
||||
|
||||
Chore: Added template for github feature request
|
|
@ -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)
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue