UNPKG
changelog-guru
Version:
latest (5.0.2)
5.0.2
5.0.0
4.0.9
4.0.8
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.0.2
3.0.1
3.0.0
2.3.1
2.3.0
2.0.16
2.0.14
2.0.13
2.0.12
2.0.11
2.0.10
2.0.9
2.0.8
2.0.7
2.0.5
2.0.3
2.0.1
1.0.0
0.10.0
0.9.2
0.9.1
0.9.0
Git changelog generator
github.com/keindev/changelog-guru
keindev/changelog-guru
changelog-guru
/
lib
/
core
/
Builder.d.ts
12 lines
(11 loc)
•
262 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
{
Config
}
from
'./Config.js'
;
export
default
class
Builder
{ #
private
;
constructor
(
config
:
Config
);
build
():
Promise
<
void
>;
private
bumpPackage;
private
read;
private
renderCommits;
private
renderSection;
private
write; }