Skip to content

Commit

Permalink
🔖 Release 1.0.2
Browse files Browse the repository at this point in the history
Update readme.
  • Loading branch information
TheAlphamerc committed Sep 24, 2022
1 parent ed77ef9 commit 3932313
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
[1.0.1]
[1.0.2]

- update readme

[1.0.1]

- Update readme

Expand Down
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 3932313

Please sign in to comment.