Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BorysShulyak committed Dec 10, 2024
2 parents 34685c0 + 9ff6a46 commit 81d9dc6
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 12 deletions.
14 changes: 14 additions & 0 deletions cli/changelog/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
{
"name": "@runespoorstack/changelog-manager",
"entries": [
{
"version": "0.4.10",
"tag": "@runespoorstack/changelog-manager_v0.4.10",
"date": "Tue, 10 Dec 2024 06:27:51 GMT",
"comments": {
"patch": [
{
"comment": "`apply`: stage deleted change files",
"author": "BorysShulyak <borysshulyak@gmail.com>",
"commit": "208e8d9f645a94cf0a7e8d1031658d764f1ee707"
}
]
}
},
{
"version": "0.4.8",
"tag": "@runespoorstack/changelog-manager_v0.4.8",
Expand Down
9 changes: 8 additions & 1 deletion cli/changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @runespoorstack/changelog-manager

This log was last generated on Tue, 10 Dec 2024 05:52:15 GMT and should not be manually modified.
This log was last generated on Tue, 10 Dec 2024 06:27:51 GMT and should not be manually modified.

## 0.4.10
Tue, 10 Dec 2024 06:27:51 GMT

### Patches

- `apply`: stage deleted change files

## 0.4.8
Tue, 10 Dec 2024 05:52:15 GMT
Expand Down
2 changes: 1 addition & 1 deletion cli/changelog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@runespoorstack/changelog-manager",
"version": "0.4.9",
"version": "0.4.10",
"description": "The Runespoor CLI for changelog management and semantic versioning.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

This file was deleted.

0 comments on commit 81d9dc6

Please sign in to comment.