Skip to content

Commit

Permalink
v0.2.2 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm authored Oct 14, 2022
1 parent 71a63e9 commit bbcb52c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
[![GitHub:emmercm/igir](https://badgen.net/badge/emmercm/igir/purple?icon=github)](https://github.com/emmercm/igir)
[![License](https://badgen.net/github/license/emmercm/igir)](https://github.com/emmercm/igir/blob/main/LICENSE)

[![Feature Requests](https://badgen.net/github/label-issues/emmercm/igir/enhancement/open?icon=github&label=Open%20Feature%20Requests)](https://github.com/emmercm/igir/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement)
[![Bugs](https://badgen.net/github/label-issues/emmercm/igir/bug/open?icon=github&label=Open%20Bugs)](https://github.com/emmercm/igir/issues?q=is%3Aopen+is%3Aissue+label%3Abug)

[![Known Vulnerabilities](https://badgen.net/snyk/emmercm/igir?icon=snyk)](https://snyk.io/test/npm/igir)
[![Test Coverage](https://badgen.net/codecov/c/github/emmercm/igir/main?icon=codecov)](https://codecov.io/gh/emmercm/igir)
[![Maintainability Score](https://badgen.net/codeclimate/maintainability/emmercm/igir?icon=codeclimate)](https://codeclimate.com/github/emmercm/igir/maintainability)
Expand Down Expand Up @@ -63,7 +66,7 @@ Here is the full `igir --help` message which shows all available options and a n
| $$ | $$ __\$$ | $$ | $$__| $$
| $$ | $$| \ | $$ | $$ $$ ROM collection manager
| $$ | $$ \$$$$ | $$ | $$$$$$$\
_| $$_ | $$__| $$ _| $$_ | $$ | $$ v0.2.1
_| $$_ | $$__| $$ _| $$_ | $$ | $$ v0.2.2
| $$ \ \$$ $$| $$ \| $$ | $$
\$$$$$$ \$$$$$$ \$$$$$$ \$$ \$$
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "igir",
"version": "0.2.1",
"version": "0.2.2",
"description": "A ROM collection manager designed to make one game, one rom (1G1R) sets.",
"keywords": [
"1g1r",
"emulation",
"logiqx",
"no-intro",
"redump",
"roms"
],
"homepage": "https://github.com/emmercm/igir#readme",
Expand Down Expand Up @@ -44,7 +45,7 @@
"bump:patch": "./node_modules/.bin/release-it patch --no-git --no-github && npm run update:readme",
"update:readme": "./scripts/update-readme-help.sh",
"release": "./node_modules/.bin/release-it --no-increment",
"prepack": "npm run build && npm run update:readme -- 70",
"prepack": "npm run build && npm run update:readme -- 72",
"postpack": "npm run update:readme"
},
"dependencies": {
Expand Down

0 comments on commit bbcb52c

Please sign in to comment.