From 025ac59deca2a9a460fb2191d4c7eebf8a0d92bf Mon Sep 17 00:00:00 2001 From: Lucas De Morais Date: Sun, 15 Dec 2024 09:53:20 +0100 Subject: [PATCH 1/2] update: README --- README.md | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 63e8bf3..a6ba5c7 100644 --- a/README.md +++ b/README.md @@ -8,24 +8,35 @@ This [Strapi](https://strapi.io/) plugin integrates Orama Cloud's search and answers engine into your Strapi application, providing seamless search capabilities. -### Installation (via package manager) +## Installation (via package manager) -**npm** +### v5 +* npm ```sh - npm install @oramacloud/plugin-strapi + npm install @oramacloud/plugin-strapi@latest ``` - -**yarn** - +* yarn ```sh - yarn add @oramacloud/plugin-strapi + yarn add @oramacloud/plugin-strapi@latest + ``` +* pnpm + ```sh + pnpm add @oramacloud/plugin-strapi@latest ``` -**pnpm** - +### v4 +* npm ```sh - pnpm add @oramacloud/plugin-strapi + npm install @oramacloud/plugin-strapi@^1.0.0 + ``` +* yarn + ```sh + yarn add @oramacloud/plugin-strapi@^1.0.0 + ``` +* pnpm + ```sh + pnpm add @oramacloud/plugin-strapi@^1.0.0 ``` ### Installation (via Strapi Marketplace) @@ -91,6 +102,7 @@ already in sync. You can always trigger a new deployment manually. Manual deploy --- + ## Advanced usage ### Documents transformation From acc92ab99ae4cf0fdf21079a5445019cf936187e Mon Sep 17 00:00:00 2001 From: Lucas De Morais Date: Sun, 15 Dec 2024 09:54:10 +0100 Subject: [PATCH 2/2] 2.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f26f7f..12b0968 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oramacloud/plugin-strapi", - "version": "2.0.0", + "version": "2.0.1", "description": "A Strapi plugin to integrate Orama Cloud's search and answers engine, providing seamless search capabilities within your Strapi application.", "keywords": ["strapi", "plugin", "search", "answers", "orama", "cloud"], "license": "MIT",