Release apps (#429)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Lukasz Ostrowski 2023-04-26 13:30:05 +02:00 committed by GitHub
parent b33da7a70a
commit aa27f9d6ef
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-search": patch
---
Improved helping description - added supported events and links to docs

View file

@ -1,5 +1,11 @@
# saleor-app-search # saleor-app-search
## 1.7.1
### Patch Changes
- b33da7a: Improved helping description - added supported events and links to docs
## 1.7.0 ## 1.7.0
### Minor Changes ### Minor Changes

View file

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