Skip to content

Commit f605836

Browse files
chore(release): 1.9.0 [skip ci]
## [1.9.0](v1.8.0...v1.9.0) (2025-07-11) ### πŸš€ Features * Hybrid Rollout Manager Implementation - Live at 10% ([#186](#186)) ([656df68](656df68))
1 parent 656df68 commit f605836

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.0](https://github.com/bdougie/contributor.info/compare/v1.8.0...v1.9.0) (2025-07-11)
9+
10+
11+
### πŸš€ Features
12+
13+
* Hybrid Rollout Manager Implementation - Live at 10% ([#186](https://github.com/bdougie/contributor.info/issues/186)) ([656df68](https://github.com/bdougie/contributor.info/commit/656df6836f9e7e56313154bc086b48e7e38503c2))
14+
815
## [1.8.0](https://github.com/bdougie/contributor.info/compare/v1.7.1...v1.8.0) (2025-07-10)
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.8.0",
4+
"version": "1.9.0",
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.8.0](https://github.com/bdougie/contributor.info/compare/v1.7.1...v1.8.0) (2025-07-10)
9+
10+
11+
### πŸš€ Features
12+
13+
* gradual rollout infrastructure ([#185](https://github.com/bdougie/contributor.info/issues/185)) ([d4bf352](https://github.com/bdougie/contributor.info/commit/d4bf352a7a39aa84013e351b060df8852281134a))
14+
815
## [1.7.1](https://github.com/bdougie/contributor.info/compare/v1.7.0...v1.7.1) (2025-07-10)
916

1017

0 commit comments

Comments
Β (0)