Skip to content

Commit fc313ab

Browse files
committed
Update changelog style
1 parent 846890f commit fc313ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
## 2.0.2 (2020-11-20)
1+
## v2.0.2 (2020-11-20)
22

33
Fixes:
44
- Set correct values for enum types (fixes #1)
55

6-
## 2.0.1 (2020-11-20)
6+
## v2.0.1 (2020-11-20)
77

88
Fixes:
99
- Import `google` namespace through `import type` instead of `import` to avoid compiler errors
1010

11-
## 2.0.0 (2020-11-20)
11+
## v2.0.0 (2020-11-20)
1212

1313
Breaking changes:
1414
- Moved declaration of `google.ima` namespace from global scope to module scope to avoid type clashes, it now has to be imported explicitly: `import type { google } from '@alugha/ima;`

0 commit comments

Comments
 (0)