Skip to content

Commit a38c62c

Browse files
github-actions[bot]Auto Chronus Bot
and
Auto Chronus Bot
authored
Release changes (#366)
## Change summary: ### No packages to be bumped at **major** ### 1 packages to be bumped at **minor**: - @chronus/chronus `0.15.0` → `0.16.0` ### 2 packages to be bumped at **patch**: - @chronus/github `0.4.7` → `0.4.8` - @chronus/github-pr-commenter `0.5.7` → `0.5.8` Co-authored-by: Auto Chronus Bot <chronus@github.com>
1 parent 77185e8 commit a38c62c

File tree

8 files changed

+22
-17
lines changed

8 files changed

+22
-17
lines changed

.chronus/changes/fix-exclude-version-2025-2-4-9-18-9.md

-7
This file was deleted.

.chronus/changes/reverse-changelog-2025-2-4-9-27-7.md

-7
This file was deleted.

packages/chronus/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @chronus/chronus
22

3+
## 0.16.0
4+
5+
### Bug Fixes
6+
7+
- [#365](https://github.com/timotheeguerin/chronus/pull/365) Fix `--exclude` not respected for `version`, `status` commands
8+
9+
### Features
10+
11+
- [#367](https://github.com/timotheeguerin/chronus/pull/367) Reverse order of change kinds in changelog. As changes are recommneded to be ordered from least disruptive to most in the config.
12+
13+
314
## 0.15.0
415

516
### Features

packages/chronus/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chronus/chronus",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"type": "module",
55
"description": "chronus",
66
"homepage": "https://github.com/timotheeguerin/chronus#readme",

packages/github-pr-commenter/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# @chronus/github-pr-commenter
22

3+
## 0.5.8
4+
5+
No changes, version bump only.
6+
37
## 0.5.7
48

59
No changes, version bump only.

packages/github-pr-commenter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chronus/github-pr-commenter",
3-
"version": "0.5.7",
3+
"version": "0.5.8",
44
"type": "module",
55
"description": "chronus",
66
"homepage": "https://github.com/timotheeguerin/chronus#readme",

packages/github/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog - @chronus/github
22

3+
## 0.4.8
4+
5+
No changes, version bump only.
6+
37
## 0.4.7
48

59
No changes, version bump only.

packages/github/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chronus/github",
3-
"version": "0.4.7",
3+
"version": "0.4.8",
44
"type": "module",
55
"description": "chronus",
66
"homepage": "https://github.com/timotheeguerin/chronus#readme",

0 commit comments

Comments
 (0)