Skip to content

Commit ba7f2c3

Browse files
committed
CHANGELOG: add missing v2 patch change
1 parent 9195f80 commit ba7f2c3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"comments": {
99
"major": [
1010
{
11-
"comment": "Changed AsyncRequestStatus from an enumeration to a type"
11+
"comment": "Changed `AsyncRequestStatus` from an enumeration to a type"
1212
}
1313
],
1414
"minor": [
@@ -19,6 +19,9 @@
1919
"patch": [
2020
{
2121
"comment": "Resolve Json5 security warnings"
22+
},
23+
{
24+
"comment": "Resolve build warnings concerning Sass `mathdiv`"
2225
}
2326
],
2427
"none": [

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Fri, 24 Feb 2023 09:52:00 GMT
77

88
### Major changes
99

10-
- Changed AsyncRequestStatus from an enumeration to a type
10+
- Changed `AsyncRequestStatus` from an enumeration to a type
1111

1212
### Minor changes
1313

@@ -16,6 +16,7 @@ Fri, 24 Feb 2023 09:52:00 GMT
1616
### Patch changes
1717

1818
- Resolve Json5 security warnings
19+
- Resolve build warnings concerning Sass `mathdiv`
1920

2021
## 1.3.0
2122
Fri, 12 Aug 2022 09:12:00 GMT

0 commit comments

Comments
 (0)