Skip to content

Commit 6b8022f

Browse files
committed
release version 0.4.0
1 parent cf26eee commit 6b8022f

File tree

5 files changed

+36
-8
lines changed

5 files changed

+36
-8
lines changed

CHANGELOG.md

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

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

11+
## [0.4.0](https://github.com/cinnabar-forge/node-meta/releases/tag/v0.4.0) — 2025-01-15
12+
13+
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.
14+
15+
Full list:
16+
17+
- apply biomejs recommendations ([a7faf6e])
18+
- comply anca ([2e620c2], [a67eb02])
19+
- fix changelog for gitea ([2091982])
20+
- fix getGitLog to hide merge messages ([1988b3c])
21+
- fix interactive actions in non-interactive mode ([8c23220])
22+
- fix version comment with file option ([cf26eee])
23+
- remove pre-commit ([3743d25])
24+
- switch to biomejs ([cfe9ba0])
25+
- update npm packages ([3743d25], [2e620c2], [888ede5])
26+
27+
[cf26eee]: https://github.com/cinnabar-forge/node-meta/commit/cf26eee
28+
[1988b3c]: https://github.com/cinnabar-forge/node-meta/commit/1988b3c
29+
[2091982]: https://github.com/cinnabar-forge/node-meta/commit/2091982
30+
[8c23220]: https://github.com/cinnabar-forge/node-meta/commit/8c23220
31+
[a7faf6e]: https://github.com/cinnabar-forge/node-meta/commit/a7faf6e
32+
[3743d25]: https://github.com/cinnabar-forge/node-meta/commit/3743d25
33+
[cfe9ba0]: https://github.com/cinnabar-forge/node-meta/commit/cfe9ba0
34+
[2e620c2]: https://github.com/cinnabar-forge/node-meta/commit/2e620c2
35+
[888ede5]: https://github.com/cinnabar-forge/node-meta/commit/888ede5
36+
[a67eb02]: https://github.com/cinnabar-forge/node-meta/commit/a67eb02
37+
38+
1139
## [0.3.1](https://github.com/cinnabar-forge/node-meta/releases/tag/v0.3.1) — 2024-07-23
1240

1341
- fix prepareVersionChangelog for non-tagged repos ([1022a9e])
@@ -70,4 +98,4 @@ Full list:
7098
[935ae0d]: https://github.com/cinnabar-forge/node-meta/commit/935ae0d
7199

72100

73-
[unreleased]: https://github.com/cinnabar-forge/node-meta/compare/v0.3.1...HEAD
101+
[unreleased]: https://github.com/cinnabar-forge/node-meta/compare/v0.4.0...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.3.1",
15-
"timestamp": 1721768829
14+
"latest": "0.4.0",
15+
"timestamp": 1736974623
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.3.1",
3+
"version": "0.4.0",
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 = 1721768829;
4-
export const CINNABAR_PROJECT_VERSION = "0.3.1";
3+
export const CINNABAR_PROJECT_TIMESTAMP = 1736974623;
4+
export const CINNABAR_PROJECT_VERSION = "0.4.0";

0 commit comments

Comments
 (0)