Skip to content

Commit 33e1201

Browse files
chore(main): release expense-action 1.4.0 (#189)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6746de1 commit 33e1201

4 files changed

Lines changed: 19 additions & 4 deletions

File tree

.github/release/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.3.1"
2+
".": "1.4.0"
33
}

CHANGELOG.md

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

3+
## [1.4.0](https://github.com/webdriverio/expense-action/compare/expense-action-v1.3.1...expense-action-v1.4.0) (2026-02-01)
4+
5+
6+
### Features
7+
8+
* implement JWT authentication and GitHub Labels ([#182](https://github.com/webdriverio/expense-action/issues/182)) ([7d73702](https://github.com/webdriverio/expense-action/commit/7d73702f19e1dd12e253de06dc619d434525b217))
9+
10+
11+
### Bug Fixes
12+
13+
* email style ([#184](https://github.com/webdriverio/expense-action/issues/184)) ([49120e1](https://github.com/webdriverio/expense-action/commit/49120e1c51ebaeecf561e3ba2328d5c078523181))
14+
* set EXPENSE_SIGNING_SECRET ([37dc669](https://github.com/webdriverio/expense-action/commit/37dc66924e07318a2ba7bb823832dfd37ada8b8a))
15+
* try with space ([#185](https://github.com/webdriverio/expense-action/issues/185)) ([da729c7](https://github.com/webdriverio/expense-action/commit/da729c71ac76ce84bd6652afd5925561c25b1bb1))
16+
* wrap text ([#183](https://github.com/webdriverio/expense-action/issues/183)) ([38a8bdc](https://github.com/webdriverio/expense-action/commit/38a8bdca6983e062b8a71659355bfbe95c2b6889))
17+
318
## [1.3.1](https://github.com/webdriverio/expense-action/compare/expense-action-v1.3.0...expense-action-v1.3.1) (2026-01-13)
419

520

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "expense-action",
33
"author": "Christian Bromann <mail@bromann.dev>",
44
"description": "A GitHub Action that enables WebdriverIO TSC members to grant expense requests for contributed PRs to the project.",
5-
"version": "1.3.1",
5+
"version": "1.4.0",
66
"license": "MIT",
77
"homepage": "https://github.com/webdriverio/expense-action",
88
"private": true,

0 commit comments

Comments
 (0)