Skip to content

Commit f0c4596

Browse files
author
OneDrive Build
committed
Merge branch 'publish-1484769868969'
2 parents fa7e390 + 8bc659f commit f0c4596

5 files changed

Lines changed: 22 additions & 13 deletions

File tree

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.0",
6+
"tag": "@microsoft/api-extractor_v1.1.0",
7+
"date": "Wed, 18 Jan 2017 20:04:29 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Updating API Extractor to work with TypeScript 2.1"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "1.0.2",
618
"tag": "@microsoft/api-extractor_v1.0.2",

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 Mon, 16 Jan 2017 20:04:15 GMT and should not be manually modified.
3+
This log was last generated on Wed, 18 Jan 2017 20:04:29 GMT and should not be manually modified.
4+
5+
## 1.1.0
6+
Wed, 18 Jan 2017 20:04:29 GMT
7+
8+
### Minor changes
9+
10+
- Updating API Extractor to work with TypeScript 2.1
411

512
## 1.0.2
613
Mon, 16 Jan 2017 20:04:15 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.0.2",
3+
"version": "1.1.0",
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/nickpape-add-changefile_2017-01-18-19-50.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.0.1 <3.0.0",
19-
"@microsoft/api-extractor": ">=1.0.2 <2.0.0",
19+
"@microsoft/api-extractor": ">=1.1.0 <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)