Skip to content

Commit a3c1589

Browse files
chore(release): 1.9.2 [skip ci]
## [1.9.2](v1.9.1...v1.9.2) (2025-07-11) ### πŸ› Bug Fixes * build ([#188](#188)) ([33ff4e7](33ff4e7))
1 parent 33ff4e7 commit a3c1589

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

β€Ž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

β€Ž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.1",
4+
"version": "1.9.2",
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.1](https://github.com/bdougie/contributor.info/compare/v1.9.0...v1.9.1) (2025-07-11)
9+
10+
11+
### πŸ› Bug Fixes
12+
13+
* add proper MIME type headers for TypeScript modules ([#187](https://github.com/bdougie/contributor.info/issues/187)) ([6ce5bae](https://github.com/bdougie/contributor.info/commit/6ce5bae2b2a0c68f007154ed588859ad8e3b6e06))
14+
815
## [1.9.0](https://github.com/bdougie/contributor.info/compare/v1.8.0...v1.9.0) (2025-07-11)
916

1017

0 commit comments

Comments
Β (0)