Skip to content

Commit c5fb4f1

Browse files
committed
Update changelogs [skip ci]
1 parent a41369f commit c5fb4f1

10 files changed

+82
-43
lines changed

common/changes/@microsoft/tsdoc-config/octogonz-missing-changelog_2024-07-25-03-42.json

-10
This file was deleted.

common/changes/@microsoft/tsdoc/octogonz-missing-changelog_2024-07-25-03-42.json

-10
This file was deleted.

common/changes/eslint-plugin-tsdoc/octogonz-missing-changelog_2024-07-25-03-42.json

-10
This file was deleted.

common/changes/eslint-plugin-tsdoc/tsdoc-rule-tsconfig-path_2024-11-22-22-21.json

-10
This file was deleted.

eslint-plugin/CHANGELOG.json

+25
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
{
22
"name": "eslint-plugin-tsdoc",
33
"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`"
25+
}
26+
]
27+
}
28+
},
429
{
530
"version": "0.3.0",
631
"tag": "eslint-plugin-tsdoc_v0.3.0",

eslint-plugin/CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Change Log - eslint-plugin-tsdoc
22

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
415

516
## 0.3.0
617
Tue, 28 May 2024 21:34:19 GMT

tsdoc-config/CHANGELOG.json

+17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"name": "@microsoft/tsdoc-config",
33
"entries": [
4+
{
5+
"version": "0.17.1",
6+
"tag": "@microsoft/tsdoc-config_v0.17.1",
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+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@microsoft/tsdoc\" to `0.15.1`"
17+
}
18+
]
19+
}
20+
},
421
{
522
"version": "0.17.0",
623
"tag": "@microsoft/tsdoc-config_v0.17.0",

tsdoc-config/CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log - @microsoft/tsdoc-config
22

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.17.1
6+
Sat, 23 Nov 2024 00:23:35 GMT
7+
8+
### Patches
9+
10+
- Include CHANGELOG.md in published releases again
411

512
## 0.17.0
613
Tue, 28 May 2024 21:34:19 GMT

tsdoc/CHANGELOG.json

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@microsoft/tsdoc",
33
"entries": [
4+
{
5+
"version": "0.15.1",
6+
"tag": "@microsoft/tsdoc_v0.15.1",
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+
}
15+
},
416
{
517
"version": "0.15.0",
618
"tag": "@microsoft/tsdoc_v0.15.0",

tsdoc/CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log - @microsoft/tsdoc
22

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.15.1
6+
Sat, 23 Nov 2024 00:23:35 GMT
7+
8+
### Patches
9+
10+
- Include CHANGELOG.md in published releases again
411

512
## 0.15.0
613
Tue, 28 May 2024 21:34:19 GMT

0 commit comments

Comments
 (0)