Skip to content

Commit 3dcacff

Browse files
author
Nico Ismaili
committed
Merge branch 'main' of github.com:nico-i/commitlint-plugin-spend
2 parents 09e2f2d + 1a457b7 commit 3dcacff

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/nico-i/commitlint-plugin-spend/compare/v1.0.1...v1.1.0) (2025-06-01)
4+
5+
6+
### Features
7+
8+
* allow for negative values ([#23](https://github.com/nico-i/commitlint-plugin-spend/issues/23)) ([22f8385](https://github.com/nico-i/commitlint-plugin-spend/commit/22f8385e1346a4d0bdfc33b3650770ce3fd571ad))
9+
* **devops:** added manual trigger of package publishing job ([04be2e9](https://github.com/nico-i/commitlint-plugin-spend/commit/04be2e92de764d1eebbbeb7080c55050474a62f1))
10+
* **doc:** create LICENSE ([5a9f419](https://github.com/nico-i/commitlint-plugin-spend/commit/5a9f419e40ea9fd9d75c50c09378a5ece9d16c22))
11+
* release-please auto release ([af6a72c](https://github.com/nico-i/commitlint-plugin-spend/commit/af6a72c009987226064bd0ee4d30f367788d248d))
12+
* removed date support ([a9ea4bd](https://github.com/nico-i/commitlint-plugin-spend/commit/a9ea4bdc4e0e5e92e60bcc7106dab811b1dbbbf4))
13+
14+
315
## 1.0.1 (2024-02-04)
416

517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-plugin-spend",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "A commitlint plugin that requires the GitLab /spend or /spend_time directive in commit messages",
55
"main": "out/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)