Skip to content

Commit d0cfeeb

Browse files
author
cinnabarik
committed
release version 0.4.1
1 parent deaebeb commit d0cfeeb

File tree

7 files changed

+22
-9
lines changed

7 files changed

+22
-9
lines changed

.cinnabar-meta-pull-requests.md

Whitespace-only changes.

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ Visit the link above to see all unreleased changes.
88

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

11+
## [0.4.1](https://github.com/cinnabar-forge/node-meta/releases/tag/v0.4.1) — 2025-01-16
12+
13+
- add cinnabar-meta actions ([deaebeb])
14+
- add disableChangelogCheck and disableLinks settings ([a3a9b40])
15+
- add pull request list parsing from .cinnabar-meta-pull-requests.md ([a3a9b40])
16+
- fix format ([cf96aca])
17+
- update ([ea8ebe8])
18+
19+
[deaebeb](https://github.com/cinnabar-forge/node-meta/commit/deaebeb)
20+
[ea8ebe8](https://github.com/cinnabar-forge/node-meta/commit/ea8ebe8)
21+
[cf96aca](https://github.com/cinnabar-forge/node-meta/commit/cf96aca)
22+
[a3a9b40](https://github.com/cinnabar-forge/node-meta/commit/a3a9b40)
23+
24+
1125
## [0.4.0](https://github.com/cinnabar-forge/node-meta/releases/tag/v0.4.0) — 2025-01-15
1226

1327
This update brings improvements for a non-interactive mode. Now we can update from 'update.cinnabarmeta' file in repo's root: first line is type of update (patch, minor, ...) and the other lines for the update description.
@@ -98,4 +112,4 @@ Full list:
98112
[935ae0d]: https://github.com/cinnabar-forge/node-meta/commit/935ae0d
99113

100114

101-
[unreleased]: https://github.com/cinnabar-forge/node-meta/compare/v0.4.0...HEAD
115+
[unreleased]: https://github.com/cinnabar-forge/node-meta/compare/v0.4.1...HEAD

anca.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"cinnabarMeta": {
1212
"dataVersion": 0,
1313
"version": {
14-
"latest": "0.4.0",
15-
"timestamp": 1736974623
14+
"latest": "0.4.1",
15+
"timestamp": 1737025590
1616
},
1717
"files": [
1818
{

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,6 +1,6 @@
11
{
22
"name": "@cinnabar-forge/meta",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Version updater",
55
"keywords": [
66
"cli",

src/cinnabar.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// This file was generated by Cinnabar Meta. Do not edit.
22

3-
export const CINNABAR_PROJECT_TIMESTAMP = 1736974623;
4-
export const CINNABAR_PROJECT_VERSION = "0.4.0";
3+
export const CINNABAR_PROJECT_TIMESTAMP = 1737025590;
4+
export const CINNABAR_PROJECT_VERSION = "0.4.1";

update.cinnabarmeta

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)