You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
-
## 2.0.2 (2020-11-20)
1
+
## v2.0.2 (2020-11-20)
2
2
3
3
Fixes:
4
4
- Set correct values for enum types (fixes #1)
5
5
6
-
## 2.0.1 (2020-11-20)
6
+
## v2.0.1 (2020-11-20)
7
7
8
8
Fixes:
9
9
- Import `google` namespace through `import type` instead of `import` to avoid compiler errors
10
10
11
-
## 2.0.0 (2020-11-20)
11
+
## v2.0.0 (2020-11-20)
12
12
13
13
Breaking changes:
14
14
- 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