UNPKG
chanlog
Version:
latest (1.0.1)
1.0.1
1.0.0
0.0.2
0.0.1
A beautiful tool to make changelog file
chanlog
/
lib
/
updaters
/
types
/
plain-text.js
8 lines
(6 loc)
•
153 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
.
readVersion
=
function
(
contents
) {
return
contents }
module
.
exports
.
writeVersion
=
function
(
_contents, version
) {
return
version }