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: eslint-plugin/CHANGELOG.json
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,31 @@
1
1
{
2
2
"name": "eslint-plugin-tsdoc",
3
3
"entries": [
4
+
{
5
+
"version": "0.4.0",
6
+
"tag": "eslint-plugin-tsdoc_v0.4.0",
7
+
"date": "Sat, 23 Nov 2024 00:23:35 GMT",
8
+
"comments": {
9
+
"patch": [
10
+
{
11
+
"comment": "Include CHANGELOG.md in published releases again"
12
+
}
13
+
],
14
+
"minor": [
15
+
{
16
+
"comment": "Leverage `parserOptions.tsConfigRootDir` to reduce file system probing. This field is commonly used when eslint is configured with `@typescript-eslint/parser`."
17
+
}
18
+
],
19
+
"dependency": [
20
+
{
21
+
"comment": "Updating dependency \"@microsoft/tsdoc\" to `0.15.1`"
22
+
},
23
+
{
24
+
"comment": "Updating dependency \"@microsoft/tsdoc-config\" to `0.17.1`"
Copy file name to clipboardExpand all lines: eslint-plugin/CHANGELOG.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,17 @@
1
1
# Change Log - eslint-plugin-tsdoc
2
2
3
-
This log was last generated on Tue, 28 May 2024 21:34:19 GMT and should not be manually modified.
3
+
This log was last generated on Sat, 23 Nov 2024 00:23:35 GMT and should not be manually modified.
4
+
5
+
## 0.4.0
6
+
Sat, 23 Nov 2024 00:23:35 GMT
7
+
8
+
### Minor changes
9
+
10
+
- Leverage `parserOptions.tsConfigRootDir` to reduce file system probing. This field is commonly used when eslint is configured with `@typescript-eslint/parser`.
11
+
12
+
### Patches
13
+
14
+
- Include CHANGELOG.md in published releases again
0 commit comments