Commit 62c6524
committed
chore(release): set version to 1.4.9 [skip ci]
### [1.4.9](v1.4.8...v1.4.9) (2021-12-06)
#### Bug Fixes
* **AxisCreator:** prevent null exception if no axis found ([529532c](529532c))
> There was an issue when no axis was found it would throw a null exception as the `Next` call would try and iterate through to a null element. This is resolved by just using the resulting bool from the `Next` call to ensure whether it can proceed wit the additional check.1 parent f8677f4 commit 62c6524
2 files changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
3 | 10 | | |
4 | 11 | | |
5 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments