From 802bd90b821d7c52bf4da78c38918735fcb93251 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 21:31:24 +0200 Subject: [PATCH] chore(main): release 1.2.0 (#385) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: jayree --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24ee32b4..d74149f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.2.0](https://github.com/jayree/changelog/compare/v1.1.12...v1.2.0) (2024-06-11) + + +### Features + +* support Logger and Debug ([ceca209](https://github.com/jayree/changelog/commit/ceca209268a265f6bc142bc422a804266f0c03f9)) + + +### Bug Fixes + +* **deps:** bump debug from 4.3.4 to 4.3.5 ([#382](https://github.com/jayree/changelog/issues/382)) ([8a265fa](https://github.com/jayree/changelog/commit/8a265fa427718b990784832632c216d81d8a0c1c)) + ## [1.1.12](https://github.com/jayree/changelog/compare/v1.1.11...v1.1.12) (2024-05-11) diff --git a/package.json b/package.json index 3b8c83e5..de92d197 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jayree/changelog", - "version": "1.1.12", + "version": "1.2.0", "description": "Parse a CHANGELOG.md file of a package and return the most recent entry", "main": "lib/index.js", "author": "jayree ",