Skip to content

Commit

Permalink
release version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TimurRin committed Jul 23, 2024
1 parent 4d9dfea commit 3a5db83
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ Visit the link above to see all unreleased changes.

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

## [0.3.0](https://github.com/cinnabar-forge/node-meta/releases/tag/v0.3.0) — 2024-07-23

- change log display in markdown ([4d9dfea])

[4d9dfea]: https://github.com/cinnabar-forge/node-meta/commit/4d9dfea


## [0.2.0](https://github.com/cinnabar-forge/node-meta/releases/tag/v0.2.0) — 2024-07-22

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


[unreleased]: https://github.com/cinnabar-forge/node-meta/compare/v0.2.0...HEAD
[unreleased]: https://github.com/cinnabar-forge/node-meta/compare/v0.3.0...HEAD
4 changes: 2 additions & 2 deletions anca.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"cinnabarMeta": {
"dataVersion": 0,
"version": {
"latest": "0.2.0",
"timestamp": 1721647780
"latest": "0.3.0",
"timestamp": 1721760358
},
"files": [
{
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cinnabar-forge/meta",
"version": "0.2.0",
"version": "0.3.0",
"description": "Version updater",
"keywords": [
"cli",
Expand Down
4 changes: 2 additions & 2 deletions src/cinnabar.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was generated by Cinnabar Meta. Do not edit.

export const CINNABAR_PROJECT_TIMESTAMP = 1721647780;
export const CINNABAR_PROJECT_VERSION = "0.2.0";
export const CINNABAR_PROJECT_TIMESTAMP = 1721760358;
export const CINNABAR_PROJECT_VERSION = "0.3.0";

0 comments on commit 3a5db83

Please sign in to comment.