cut v0.1.0
This commit is contained in:
parent
1b25881ede
commit
467251bab6
@ -4,9 +4,13 @@ project:
|
|||||||
with_stats: true
|
with_stats: true
|
||||||
ticket_url: null
|
ticket_url: null
|
||||||
releases:
|
releases:
|
||||||
- version: NEXT
|
- version: 0.1.0
|
||||||
changes:
|
changes:
|
||||||
- port the core of the Perl changelord to JavaScript.
|
- port the core of the Perl changelord to JavaScript.
|
||||||
|
- type: stats
|
||||||
|
desc: |
|
||||||
|
code churn: 23 files changed, 767 insertions(+)
|
||||||
|
date: 2023-05-16
|
||||||
change_types:
|
change_types:
|
||||||
- title: ""
|
- title: ""
|
||||||
level: minor
|
level: minor
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "changelord",
|
"name": "changelord",
|
||||||
"version": "0.0.1",
|
"version": "0.1.0",
|
||||||
"description": "cli-based changelog manager",
|
"description": "cli-based changelog manager",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "src/changelord.js",
|
"main": "src/changelord.js",
|
||||||
|
Loading…
Reference in New Issue
Block a user