Skip to content

Commit

Permalink
Update changelogs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rushbot committed Nov 23, 2024
1 parent a41369f commit c5fb4f1
Show file tree
Hide file tree
Showing 10 changed files with 82 additions and 43 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

25 changes: 25 additions & 0 deletions eslint-plugin/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
{
"name": "eslint-plugin-tsdoc",
"entries": [
{
"version": "0.4.0",
"tag": "eslint-plugin-tsdoc_v0.4.0",
"date": "Sat, 23 Nov 2024 00:23:35 GMT",
"comments": {
"patch": [
{
"comment": "Include CHANGELOG.md in published releases again"
}
],
"minor": [
{
"comment": "Leverage `parserOptions.tsConfigRootDir` to reduce file system probing. This field is commonly used when eslint is configured with `@typescript-eslint/parser`."
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/tsdoc\" to `0.15.1`"
},
{
"comment": "Updating dependency \"@microsoft/tsdoc-config\" to `0.17.1`"
}
]
}
},
{
"version": "0.3.0",
"tag": "eslint-plugin-tsdoc_v0.3.0",
Expand Down
13 changes: 12 additions & 1 deletion eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Change Log - eslint-plugin-tsdoc

This log was last generated on Tue, 28 May 2024 21:34:19 GMT and should not be manually modified.
This log was last generated on Sat, 23 Nov 2024 00:23:35 GMT and should not be manually modified.

## 0.4.0
Sat, 23 Nov 2024 00:23:35 GMT

### Minor changes

- Leverage `parserOptions.tsConfigRootDir` to reduce file system probing. This field is commonly used when eslint is configured with `@typescript-eslint/parser`.

### Patches

- Include CHANGELOG.md in published releases again

## 0.3.0
Tue, 28 May 2024 21:34:19 GMT
Expand Down
17 changes: 17 additions & 0 deletions tsdoc-config/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"name": "@microsoft/tsdoc-config",
"entries": [
{
"version": "0.17.1",
"tag": "@microsoft/tsdoc-config_v0.17.1",
"date": "Sat, 23 Nov 2024 00:23:35 GMT",
"comments": {
"patch": [
{
"comment": "Include CHANGELOG.md in published releases again"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/tsdoc\" to `0.15.1`"
}
]
}
},
{
"version": "0.17.0",
"tag": "@microsoft/tsdoc-config_v0.17.0",
Expand Down
9 changes: 8 additions & 1 deletion tsdoc-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @microsoft/tsdoc-config

This log was last generated on Tue, 28 May 2024 21:34:19 GMT and should not be manually modified.
This log was last generated on Sat, 23 Nov 2024 00:23:35 GMT and should not be manually modified.

## 0.17.1
Sat, 23 Nov 2024 00:23:35 GMT

### Patches

- Include CHANGELOG.md in published releases again

## 0.17.0
Tue, 28 May 2024 21:34:19 GMT
Expand Down
12 changes: 12 additions & 0 deletions tsdoc/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@microsoft/tsdoc",
"entries": [
{
"version": "0.15.1",
"tag": "@microsoft/tsdoc_v0.15.1",
"date": "Sat, 23 Nov 2024 00:23:35 GMT",
"comments": {
"patch": [
{
"comment": "Include CHANGELOG.md in published releases again"
}
]
}
},
{
"version": "0.15.0",
"tag": "@microsoft/tsdoc_v0.15.0",
Expand Down
9 changes: 8 additions & 1 deletion tsdoc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @microsoft/tsdoc

This log was last generated on Tue, 28 May 2024 21:34:19 GMT and should not be manually modified.
This log was last generated on Sat, 23 Nov 2024 00:23:35 GMT and should not be manually modified.

## 0.15.1
Sat, 23 Nov 2024 00:23:35 GMT

### Patches

- Include CHANGELOG.md in published releases again

## 0.15.0
Tue, 28 May 2024 21:34:19 GMT
Expand Down

0 comments on commit c5fb4f1

Please sign in to comment.