Skip to content

Commit 49cf13c

Browse files
committed
Fix changelog header structure
1 parent 398153e commit 49cf13c

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

CHANGELOG.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
- [PR #66](https://github.com/v-community/v_by_example/pull/66) Update .typo-ci.yml [@dhonx](https://github.com/dhonx)
66

7-
## Enhancement
7+
### Enhancement
88

99
- [PR #63](https://github.com/v-community/v_by_example/pull/63) Add Typo CI [@Delta456](https://github.com/Delta456)
1010
- [PR #62](https://github.com/v-community/v_by_example/pull/62) remove unused newline [@Delta456](https://github.com/Delta456)
1111

12-
## Documentation
12+
### Documentation
1313

1414
- [PR #69](https://github.com/v-community/v_by_example/pull/69) using 4 spaces for indentation & format table [@dhonx](https://github.com/dhonx)
1515
- [PR #68](https://github.com/v-community/v_by_example/pull/68) update variadic function, fix typo & improve grammar [@dhonx](https://github.com/dhonx)
@@ -25,7 +25,7 @@
2525

2626
## v0.6.0 (2019-11-03)
2727

28-
## Documentation
28+
### Documentation
2929

3030
- [PR #58](https://github.com/v-community/v_by_example/pull/58) add comma and remove some whitespaces [@dhonx](https://github.com/dhonx)
3131
- [PR #57](https://github.com/v-community/v_by_example/pull/57) array: add how to create an empty array [@dhonx](https://github.com/dhonx)
@@ -34,82 +34,82 @@
3434
- [PR #38](https://github.com/v-community/v_by_example/pull/38) Improve contributing [@vbrazo](https://github.com/vbrazo)
3535
- [PR #37](https://github.com/v-community/v_by_example/pull/37) Fix broken README links [@vbrazo](https://github.com/vbrazo)
3636

37-
## Feature request
37+
### Feature request
3838

3939
- [PR #59](https://github.com/v-community/v_by_example/pull/59) Add JSON example [@vbrazo](https://github.com/vbrazo)
4040

4141
------------------------------------------------------------------------------
4242

4343
## v0.5.0 (2019-10-24)
4444

45-
## Bug
45+
### Bug
4646

4747
- [PR #32](https://github.com/v-community/v_by_example/pull/32) More typos [@ksaj](https://github.com/ksaj)
4848
- [PR #31](https://github.com/v-community/v_by_example/pull/31) Exponent typo [@ksaj](https://github.com/ksaj)
4949

50-
## Chores
50+
### Chores
5151

5252
- [PR #33](https://github.com/v-community/v_by_example/pull/33) Grammar [@ksaj](https://github.com/ksaj)
5353
- [PR #24](https://github.com/v-community/v_by_example/pull/24) Minor fixes [@vbrazo](https://github.com/vbrazo)
5454
- [PR #23](https://github.com/v-community/v_by_example/pull/23) Missing 'or' [@ksaj](https://github.com/ksaj)
5555

56-
## Feature Request
56+
### Feature Request
5757

5858
- [PR #26](https://github.com/v-community/v_by_example/pull/26) Follow #25 and more progress [@Delta456](https://github.com/Delta456)
5959

6060
------------------------------------------------------------------------------
6161

6262
## v0.4.0 (2019-10-13)
6363

64-
## Chores
64+
### Chores
6565

6666
- [PR #23](https://github.com/v-community/v_by_example/pull/23) hello.md: formatting [@dhonx](https://github.com/dhonx)
6767

68-
## Feature Request
68+
### Feature Request
6969

7070
- [PR #20](https://github.com/v-community/v_by_example/pull/20) example: functions, arrays, structures etc [@vbrazo](https://github.com/vbrazo)
7171

7272
------------------------------------------------------------------------------
7373

7474
## v0.3.0 (2019-10-12)
7575

76-
## Chores
76+
### Chores
7777

7878
- [PR #18](https://github.com/v-community/v_by_example/pull/18) update primitives.md [@dhonx](https://github.com/dhonx)
7979
- [PR #17](https://github.com/v-community/v_by_example/pull/17) Update repo structure [@vbrazo](https://github.com/vbrazo)
8080

81-
## Documentation
81+
### Documentation
8282

8383
- [PR #16](https://github.com/v-community/v_by_example/pull/16) Fix Discord link [@vbrazo](https://github.com/vbrazo)
8484

85-
## Feature Request / Enhancement
85+
### Feature Request / Enhancement
8686

8787
- [PR #19](https://github.com/v-community/v_by_example/pull/19) example: conditional statements like if, else, else if, for and while [@vbrazo](https://github.com/vbrazo)
8888

8989
------------------------------------------------------------------------------
9090

9191
## v0.2.0 (2019-10-06)
9292

93-
## Feature Request / Enhancement
93+
### Feature Request / Enhancement
9494

9595
- [PR #14](https://github.com/v-community/v_by_example/pull/14) Primitives, Variables, Operators and Mutability [@Delta456](https://github.com/Delta456)
9696

9797
## v0.1.1 (2019-09-30)
9898

99-
## Documentation
99+
### Documentation
100100

101101
- [PR #7](https://github.com/v-community/v_by_example/pull/7) Add october.plan [@vbrazo](https://github.com/vbrazo)
102102
- [PR #6](https://github.com/v-community/v_by_example/pull/6) Add CONTRIBUTING [@vbrazo](https://github.com/vbrazo)
103103
- [PR #5](https://github.com/v-community/v_by_example/pull/5) add a final newline at the end of file [@dhonx](https://github.com/dhonx)
104104

105-
## Chores
105+
### Chores
106106

107107
- [PR #12](https://github.com/v-community/v_by_example/pull/12) ignore executable chores [@dhonx](https://github.com/dhonx)
108108

109109
------------------------------------------------------------------------------
110110

111111
## v0.1.0 (2019-09-26)
112112

113-
## Feature Request / Enhancement
113+
### Feature Request / Enhancement
114114

115115
- [PR #1](https://github.com/v-community/v_by_example/pull/1) README.md with first example [@Delta456](https://github.com/Delta456)

0 commit comments

Comments
 (0)