Release apps (#346): 2023-03-30

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Lukasz Ostrowski 2023-03-30 14:11:43 +02:00 committed by GitHub
parent d55b2f9b2a
commit f387a7b28b
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-taxes": minor
---
Improve webhook processing time by adding the app config to subscription payload instead of fetching it separately.

View file

@ -1,5 +1,11 @@
# saleor-app-taxes
## 1.2.0
### Minor Changes
- d55b2f9: Improve webhook processing time by adding the app config to subscription payload instead of fetching it separately.
## 1.1.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-taxes",
"version": "1.1.1",
"version": "1.2.0",
"private": true,
"scripts": {
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",