Skip to content

Commit 2e751df

Browse files
chore(release): 1.9.3 [skip ci]
## [1.9.3](v1.9.2...v1.9.3) (2025-07-11) ### πŸ› Bug Fixes * build ([2fd5c3b](2fd5c3b)) * improve Inngest production mode detection and key handling ([5e8e601](5e8e601))
1 parent 2094f8b commit 2e751df

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

β€ŽCHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.9.3](https://github.com/bdougie/contributor.info/compare/v1.9.2...v1.9.3) (2025-07-11)
9+
10+
11+
### πŸ› Bug Fixes
12+
13+
* build ([2fd5c3b](https://github.com/bdougie/contributor.info/commit/2fd5c3bffa8dde0379bb3be9d903b0bc83a43a5d))
14+
* improve Inngest production mode detection and key handling ([5e8e601](https://github.com/bdougie/contributor.info/commit/5e8e601b2e2db6329246ab612af70be05e81c2de))
15+
816
## [1.9.2](https://github.com/bdougie/contributor.info/compare/v1.9.1...v1.9.2) (2025-07-11)
917

1018

β€Ž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
@@ -1,7 +1,7 @@
11
{
22
"name": "contributor-info",
33
"private": true,
4-
"version": "1.9.2",
4+
"version": "1.9.3",
55
"type": "module",
66
"engines": {
77
"node": ">=20.0.0",

β€Žpublic/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.9.2](https://github.com/bdougie/contributor.info/compare/v1.9.1...v1.9.2) (2025-07-11)
9+
10+
11+
### πŸ› Bug Fixes
12+
13+
* build ([#188](https://github.com/bdougie/contributor.info/issues/188)) ([33ff4e7](https://github.com/bdougie/contributor.info/commit/33ff4e7428e04106d8434fa1a7b86d27d46e0c46))
14+
815
## [1.9.1](https://github.com/bdougie/contributor.info/compare/v1.9.0...v1.9.1) (2025-07-11)
916

1017

0 commit comments

Comments
Β (0)