From 2ccf4b470fb0d250672fd0f88378ff92114feab8 Mon Sep 17 00:00:00 2001 From: Jamie-BitFlight Date: Fri, 12 Aug 2022 12:48:52 +0000 Subject: [PATCH] build(release): v1.3.12 --- .yarn/install-state.gz | Bin 1373403 -> 1373403 bytes .yarn/versions/f0efc974.yml | 0 package.json | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 .yarn/versions/f0efc974.yml diff --git a/.yarn/install-state.gz b/.yarn/install-state.gz index 9766cbb41a325815668d0dbe1e0da78c9d9d40c1..fcf8e370de03bc8698904290faef9237402b83ed 100644 GIT binary patch delta 82 zcmccpGWhn(;D#2)7N!>F7M2#)7Pc1l7LFFq7OocVEj)6ZjHT`JoIF6x3&eat%n!r@ bKr9HvLO?9MU7k~9%WDqv#Lsh_jI9{}D9#sO delta 82 zcmccpGWhn(;D#2)7N!>F7M2#)7Pc1l7LFFq7OocVEj)6Zj9c5~IeCDX7l`?Qm>-A* bfLIWSg@9OiyF91Jme(A)WwV2vjI9{}GmjTY diff --git a/.yarn/versions/f0efc974.yml b/.yarn/versions/f0efc974.yml new file mode 100644 index 00000000..e69de29b diff --git a/package.json b/package.json index 211f1324..76450b85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action-readme-generator", - "version": "1.3.11", + "version": "1.3.12", "description": "This is a CLI tool and GitHub Action that reads in the details from a \nGitHub Action's `action.yml` file and updates the `README.md` file\nwith the `name`, `description`, `usage`, `inputs`, `outputs`, and\nexamples of the action.\nConfiguration can be provided via a `.ghadocs.json` file stored in the\nroot directory of the Action's repository, via the command line when\nusing the cli, or via the `with:` section of this Action.\n\n\nThis tool uses markdown comments as delimiting tokens within the `README.md`\nfile to determine where to place the generated content.\n\n[`README.example.md`](README.example.md) example with all fields filled in, and no other free-form content.", "main": "dist/index.cjs", "types": "dist/index.d.ts",