Skip to content

Commit afb8607

Browse files
chore(release): 1.8.0 [skip ci]
## [1.8.0](v1.7.1...v1.8.0) (2025-07-10) ### πŸš€ Features * gradual rollout infrastructure ([#185](#185)) ([d4bf352](d4bf352))
1 parent d4bf352 commit afb8607

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-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.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

β€Ž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.7.1",
4+
"version": "1.8.0",
55
"type": "module",
66
"engines": {
77
"node": ">=20.0.0",

β€Žpublic/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.7.1](https://github.com/bdougie/contributor.info/compare/v1.7.0...v1.7.1) (2025-07-10)
9+
10+
11+
### πŸ› Bug Fixes
12+
13+
* update semantic release config to use main branch ([01e5241](https://github.com/bdougie/contributor.info/commit/01e5241c04681f45d6b05f25344841c0f2cbde43))
14+
15+
16+
### πŸ‘· CI/CD
17+
18+
* update release workflow to trigger on main branch ([b76adda](https://github.com/bdougie/contributor.info/commit/b76adda968bdd88306e4502c16739fffe7cb538d))
19+
820
## [1.7.0](https://github.com/bdougie/contributor.info/compare/v1.6.0...v1.7.0) (2025-07-10)
921

1022

0 commit comments

Comments
Β (0)