diff --git a/CHANGELOG.md b/CHANGELOG.md index e45c91c..293cc79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ Summary - feat: add inferno framework templates - perf: update mustache CHANGELOG, README, DOCS, add tags & keywords - perf: cli framework selection use colors, and sorted by total ranking +- docs: preview use code image replace screenshot ## 0.3.0 [2022.07.02] diff --git a/README.md b/README.md index 6f102e1..3cde54c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Create Chrome Extension (.crx) +[![OSCS Status](https://www.oscs1024.com/platform/badge/guocaoyi/create-chrome-ext.svg?size=small)](https://www.oscs1024.com/project/guocaoyi/create-chrome-ext?ref=badge_small) [![npm](https://img.shields.io/npm/v/create-chrome-ext?logo=npm)](https://www.npmjs.com/package/create-chrome-ext) [![npm-download](https://img.shields.io/npm/dw/create-chrome-ext)](https://www.npmjs.com/package/create-chrome-ext) ![GitHub Language Count](https://img.shields.io/github/languages/count/guocaoyi/create-chrome-ext) @@ -73,7 +74,7 @@ framework presets include: - [Preact](https://preactjs.com/) - [Solid](https://www.solidjs.com/) - [Lit](https://lit.dev/) -- [Qwik](https://qwik.builder.io/) +- [Inferno](https://www.infernojs.org/) - [Vanilla](http://vanilla-js.com/) languages presets include: diff --git a/docs/crx-build.png b/docs/crx-build.png index 7b9939a..40e3106 100644 Binary files a/docs/crx-build.png and b/docs/crx-build.png differ diff --git a/docs/crx-install.png b/docs/crx-install.png index 25532fd..3cd36c6 100644 Binary files a/docs/crx-install.png and b/docs/crx-install.png differ diff --git a/docs/crx-run.png b/docs/crx-run.png index 15fc145..34ff34e 100644 Binary files a/docs/crx-run.png and b/docs/crx-run.png differ diff --git a/package.json b/package.json index e62928d..ac8874d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-chrome-ext", - "version": "0.3.0", + "version": "0.4.0", "type": "module", "description": "Generating your chrome extension, multiple boilerplates supported!", "author": "yalda",