Skip to content

Commit 39561cd

Browse files
author
PowerShell
committed
Applying package updates.
1 parent a140186 commit 39561cd

File tree

5 files changed

+22
-13
lines changed

5 files changed

+22
-13
lines changed

api-extractor/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@microsoft/api-extractor",
33
"entries": [
4+
{
5+
"version": "1.1.13",
6+
"tag": "@microsoft/api-extractor_v1.1.13",
7+
"date": "Thu, 16 Feb 2017 22:10:39 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Fixed Api-Extractor error message, changed apostrophe to backtick."
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "1.1.12",
618
"tag": "@microsoft/api-extractor_v1.1.12",

api-extractor/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log - @microsoft/api-extractor
22

3-
This log was last generated on Thu, 16 Feb 2017 18:56:57 GMT and should not be manually modified.
3+
This log was last generated on Thu, 16 Feb 2017 22:10:39 GMT and should not be manually modified.
4+
5+
## 1.1.13
6+
Thu, 16 Feb 2017 22:10:39 GMT
7+
8+
### Patches
9+
10+
- Fixed Api-Extractor error message, changed apostrophe to backtick.
411

512
## 1.1.12
613
Thu, 16 Feb 2017 18:56:57 GMT

api-extractor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-extractor",
3-
"version": "1.1.12",
3+
"version": "1.1.13",
44
"description": "Validatation, documentation, and auditing for the exported API of a TypeScript package",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

common/changes/dagaeta-api-extractor-error-message_2017-02-16-21-28.json

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

gulp-core-build-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@microsoft/gulp-core-build": ">=2.3.1 <3.0.0",
19-
"@microsoft/api-extractor": ">=1.1.12 <2.0.0",
19+
"@microsoft/api-extractor": ">=1.1.13 <2.0.0",
2020
"@types/es6-promise": "0.0.32",
2121
"@types/gulp": "^3.8.32",
2222
"@types/node": "^6.0.46",

0 commit comments

Comments
 (0)