Skip to content

Commit 3a5db83

Browse files
committed
release version 0.3.0
1 parent 4d9dfea commit 3a5db83

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
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.3.0](https://github.com/cinnabar-forge/node-meta/releases/tag/v0.3.0) — 2024-07-23
12+
13+
- change log display in markdown ([4d9dfea])
14+
15+
[4d9dfea]: https://github.com/cinnabar-forge/node-meta/commit/4d9dfea
16+
17+
1118
## [0.2.0](https://github.com/cinnabar-forge/node-meta/releases/tag/v0.2.0) — 2024-07-22
1219

1320
This is an overhaul of the previous iteration. Clivo instead of inquirer. Support for any prerelease tag. Changelog generation.
@@ -56,4 +63,4 @@ Full list:
5663
[935ae0d]: https://github.com/cinnabar-forge/node-meta/commit/935ae0d
5764

5865

59-
[unreleased]: https://github.com/cinnabar-forge/node-meta/compare/v0.2.0...HEAD
66+
[unreleased]: https://github.com/cinnabar-forge/node-meta/compare/v0.3.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.2.0",
15-
"timestamp": 1721647780
14+
"latest": "0.3.0",
15+
"timestamp": 1721760358
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.2.0",
3+
"version": "0.3.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 = 1721647780;
4-
export const CINNABAR_PROJECT_VERSION = "0.2.0";
3+
export const CINNABAR_PROJECT_TIMESTAMP = 1721760358;
4+
export const CINNABAR_PROJECT_VERSION = "0.3.0";

0 commit comments

Comments
 (0)