From cbb0913eb472d322614131ba139f803e9dadf413 Mon Sep 17 00:00:00 2001 From: Nico Ismaili Date: Mon, 2 Jun 2025 23:21:11 +0200 Subject: [PATCH] chore(main): release 1.3.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9334cc0..d17cc72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://github.com/nico-i/commitlint-plugin-spend/compare/v1.2.1...v1.3.0) (2025-06-02) + + +### Features + +* added type declarations ([49a544c](https://github.com/nico-i/commitlint-plugin-spend/commit/49a544c7b43b26130516bb9fb1b8b2bc1b514a83)) + ## [1.2.1](https://github.com/nico-i/commitlint-plugin-spend/compare/v1.2.0...v1.2.1) (2025-06-02) ### Miscellaneous Chores diff --git a/package.json b/package.json index 6d5e67a..f5d4a66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "commitlint-plugin-spend", - "version": "1.2.1", + "version": "1.3.0", "description": "A commitlint plugin that requires the GitLab /spend or /spend_time directive in commit messages", "main": "out/index.js", "type": "module",