From a18e0d5ad3fd5db99cd41f01f91449df7bb97607 Mon Sep 17 00:00:00 2001 From: "semantic-releaser[bot]" <79761287+semantic-releaser[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 18:38:14 +0000 Subject: [PATCH] chore(main): release 2.5.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 760d0b5..9007675 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.5.1](https://github.com/npalm/action-docs/compare/v2.5.0...v2.5.1) (2024-10-18) + + +### Bug Fixes + +* **deps:** bump yaml from 2.5.1 to 2.6.0 ([#722](https://github.com/npalm/action-docs/issues/722)) ([ab3653b](https://github.com/npalm/action-docs/commit/ab3653bc9ea392cfaa3a8f33ba4b43281af60ebb)) + ## [2.5.0](https://github.com/npalm/action-docs/compare/v2.4.3...v2.5.0) (2024-10-12) diff --git a/package.json b/package.json index ed017e4..0240cb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-docs", - "version": "2.5.0", + "version": "2.5.1", "description": "Generate GitHub action docs based on action.yml", "main": "lib/index.js", "types": "lib/index.d.ts",