Skip to content

Commit 8118842

Browse files
0.3.1 [skip ci]
1 parent f8594ee commit 8118842

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changes
22

3+
## [0.3.1](https://github.com/prantlf/changever/compare/v0.3.0...v0.3.1) (2024-01-01)
4+
5+
### Bug Fixes
6+
7+
* Adapt to changes on interface of json and yaml packages ([f8594ee](https://github.com/prantlf/changever/commit/f8594ee126e39b8fed8bc59b5c3e329cc5c81b5b))
8+
39
## [0.3.0](https://github.com/prantlf/changever/compare/v0.2.0...v0.3.0) (2023-12-18)
410

511
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "changever",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Changelog-driven version manager - helps with generating changelog and publishing a new version of a Node.js package.",
55
"author": {
66
"name": "Ferdinand Prantl",

src/changever.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import prantlf.cli { Cli, Env, run }
22
import prantlf.debug { new_debug }
33

4-
const version = '0.3.0'
4+
const version = '0.3.1'
55

66
const usage = 'Changelog-driven version manager - helps with generating changelog and publishing a new version of a Node.js package.
77

v.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Module {
22
name: 'changever'
33
description: 'Changelog-driven version manager - helps with generating changelog and publishing a new version of a Node.js package.'
4-
version: '0.3.0'
4+
version: '0.3.1'
55
license: 'MIT'
66
dependencies: [
77
'prantlf.cli', 'prantlf.debug', 'prantlf.github', 'prantlf.jany',

0 commit comments

Comments
 (0)