From 2147d095e6de9104ae180e1babd0fad02e0bc8d5 Mon Sep 17 00:00:00 2001 From: "semantic-releaser[bot]" <79761287+semantic-releaser[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 00:32:45 +0100 Subject: [PATCH] chore(main): release 2.0.1 (#529) Co-authored-by: semantic-releaser[bot] <79761287+semantic-releaser[bot]@users.noreply.github.com> Co-authored-by: Niek Palm --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 972fd394..6751a906 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/npalm/action-docs/compare/v2.0.0...v2.0.1) (2024-02-14) + + +### Bug Fixes + +* vulnerabilities ([#528](https://github.com/npalm/action-docs/issues/528)) ([670af1f](https://github.com/npalm/action-docs/commit/670af1f38cd52507920bfeae0efa8d88f62616a2)) + ## [2.0.0](https://github.com/npalm/action-docs/compare/v1.3.0...v2.0.0) (2024-02-04) diff --git a/package.json b/package.json index 1fb6c286..ee9f3fbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-docs", - "version": "2.0.0", + "version": "2.0.1", "description": "Generate GitHub action docs based on action.yml", "main": "lib/index.js", "types": "lib/index.d.ts",