chore: Release (#3856)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-04-26 19:09:01 +02:00
committed by GitHub
co-authored by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent 4f448fbb2a
commit b41b6303cc
80 changed files with 419 additions and 442 deletions
@@ -1,5 +1,13 @@
# Change Log
## 0.2.13
### Patch Changes
- Updated dependencies [[`af710f1b4`](https://github.com/medusajs/medusa/commit/af710f1b48a4545a5064029a557013af34c4c100), [`491566df6`](https://github.com/medusajs/medusa/commit/491566df6b7ced35f655f810961422945e10ecd0)]:
- @medusajs/utils@1.8.2
- @medusajs/modules-sdk@1.8.3
## 0.2.12
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-algolia",
"version": "0.2.12",
"version": "0.2.13",
"description": "Algolia search plugin for Medusa",
"repository": {
"type": "git",
@@ -19,12 +19,12 @@
"watch": "tsc --watch"
},
"dependencies": {
"@medusajs/modules-sdk": "1.8.2",
"@medusajs/utils": "1.8.1",
"@medusajs/modules-sdk": "1.8.3",
"@medusajs/utils": "1.8.2",
"algoliasearch": "^4.15.0"
},
"devDependencies": {
"@medusajs/types": "1.8.2",
"@medusajs/types": "1.8.3",
"client-sessions": "^0.8.0",
"cross-env": "^5.2.1",
"jest": "^25.5.4",