@odx/angular 5.0.0 → 5.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
# @odx/angular
|
|
2
|
+
|
|
3
|
+
## 5.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 305fc0e: fix changelog formatting
|
|
2
8
|
|
|
3
9
|
## 5.0.0
|
|
4
10
|
|
|
@@ -16,6 +22,8 @@
|
|
|
16
22
|
|
|
17
23
|
Add internal `Logger` class to improve debug output
|
|
18
24
|
|
|
25
|
+
## 4.1.0
|
|
26
|
+
|
|
19
27
|
### Minor Changes
|
|
20
28
|
|
|
21
29
|
- 909ed1a: new error page component
|