From 3932313e4bb4bc31b227721df26f648c6d39f42d Mon Sep 17 00:00:00 2001 From: Sonu Sharma Date: Sat, 24 Sep 2022 19:30:59 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=201.0.2=20Update=20readm?= =?UTF-8?q?e.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 +++++- package.json | 13 ++++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 033e349..8c13767 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -[1.0.1] +[1.0.2] + +- update readme + + [1.0.1] - Update readme diff --git a/package.json b/package.json index df18d9a..1b8b870 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unsplash-image-picker", - "version": "1.0.1", + "version": "1.0.2", "description": "Provide component to search and choose image from unsplash images", "author": "thealphamerc", "license": "MIT", @@ -11,6 +11,17 @@ "engines": { "node": ">=10" }, + "keywords": [ + "react", + "unsplash", + "image", + "picker", + "search", + "component", + "react-component", + "react-library", + "react-component-library" + ], "scripts": { "build": "microbundle-crl --no-compress --format modern,cjs && npm run build:css", "start": "microbundle-crl watch --no-compress --format modern,cjs",