Skip to content

Commit a9df879

Browse files
committed
Deleting change files and updating change logs for package updates.
1 parent 98a338d commit a9df879

File tree

7 files changed

+49
-35
lines changed

7 files changed

+49
-35
lines changed

common/changes/@microsoft/tsdoc-config/octogonz-tsdoc-config-improvements_2020-01-21-05-17.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@microsoft/tsdoc-config/octogonz-tsdoc-config-improvements_2020-01-21-05-18.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/eslint-plugin-tsdoc/octogonz-tsdoc-config-improvements_2020-01-21-05-17.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

eslint-plugin/CHANGELOG.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"name": "eslint-plugin-tsdoc",
33
"entries": [
4+
{
5+
"version": "0.2.1",
6+
"tag": "eslint-plugin-tsdoc_v0.2.1",
7+
"date": "Tue, 21 Jan 2020 21:26:36 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Use a cache to avoid repeatedly reloading tsdoc.json during linting"
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@microsoft/tsdoc-config\" from `0.12.16` to `0.13.0`"
17+
}
18+
]
19+
}
20+
},
421
{
522
"version": "0.2.0",
623
"tag": "eslint-plugin-tsdoc_v0.2.0",

eslint-plugin/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log - eslint-plugin-tsdoc
22

3-
This log was last generated on Tue, 19 Nov 2019 22:01:56 GMT and should not be manually modified.
3+
This log was last generated on Tue, 21 Jan 2020 21:26:36 GMT and should not be manually modified.
4+
5+
## 0.2.1
6+
Tue, 21 Jan 2020 21:26:36 GMT
7+
8+
### Patches
9+
10+
- Use a cache to avoid repeatedly reloading tsdoc.json during linting
411

512
## 0.2.0
613
Tue, 19 Nov 2019 22:01:56 GMT

tsdoc-config/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@microsoft/tsdoc-config",
33
"entries": [
4+
{
5+
"version": "0.13.0",
6+
"tag": "@microsoft/tsdoc-config_v0.13.0",
7+
"date": "Tue, 21 Jan 2020 21:26:36 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Improve tsdoc.json parser to allow JSON comments"
12+
},
13+
{
14+
"comment": "Add a new API TSDocConfigFile.checkForModifiedFiles() to facilitate caching"
15+
}
16+
]
17+
}
18+
},
419
{
520
"version": "0.12.16",
621
"tag": "@microsoft/tsdoc-config_v0.12.16",

tsdoc-config/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Change Log - @microsoft/tsdoc-config
22

3-
This log was last generated on Tue, 19 Nov 2019 22:01:56 GMT and should not be manually modified.
3+
This log was last generated on Tue, 21 Jan 2020 21:26:36 GMT and should not be manually modified.
4+
5+
## 0.13.0
6+
Tue, 21 Jan 2020 21:26:36 GMT
7+
8+
### Minor changes
9+
10+
- Improve tsdoc.json parser to allow JSON comments
11+
- Add a new API TSDocConfigFile.checkForModifiedFiles() to facilitate caching
412

513
## 0.12.16
614
Tue, 19 Nov 2019 22:01:56 GMT

0 commit comments

Comments
 (0)