Skip to content

Commit ed714f4

Browse files
committed
release version 0.5.1
1 parent 14449db commit ed714f4

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ Visit the link above to see all unreleased changes.
88

99
[comment]: # (Insert new version after this line)
1010

11+
## [0.5.1](https://github.com/cinnabar-forge/clivo/releases/tag/v0.5.1) — 2024-07-22
12+
13+
- [[14449db]] fix prepack script
14+
15+
[14449db]: https://github.com/cinnabar-forge/clivo/commit/14449db
16+
17+
1118
## [0.5.0](https://github.com/cinnabar-forge/clivo/releases/tag/v0.5.0) — 2024-07-22
1219

1320
- [[3796922]] comply anca
@@ -23,4 +30,4 @@ Visit the link above to see all unreleased changes.
2330
[68767ec]: https://github.com/cinnabar-forge/clivo/commit/68767ec
2431

2532

26-
[unreleased]: https://github.com/cinnabar-forge/clivo/compare/v0.5.0...HEAD
33+
[unreleased]: https://github.com/cinnabar-forge/clivo/compare/v0.5.1...HEAD

anca.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"cinnabarMeta": {
1212
"dataVersion": 0,
1313
"version": {
14-
"latest": "0.5.0",
15-
"timestamp": 1721640347
14+
"latest": "0.5.1",
15+
"timestamp": 1721640844
1616
},
1717
"files": [
1818
{

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clivo",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Simple CLI tools library",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)