Skip to content

Commit f6fa2a4

Browse files
committed
Merged PR 61877: Port minor version bump from npm
Port minor version bump from npm
1 parent 0b8e44a commit f6fa2a4

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

libraries/decorators/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@microsoft/decorators",
33
"entries": [
4+
{
5+
"version": "1.1.0",
6+
"tag": "@microsoft/decorators_v1.1.0",
7+
"date": "Thu, 08 Jun 2017 19:39:03 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Force a minor bump."
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "1.0.1",
618
"tag": "@microsoft/decorators_v1.0.1",

libraries/decorators/CHANGELOG.md

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

3-
This log was last generated on Tue, 06 Jun 2017 01:30:31 GMT and should not be manually modified.
3+
This log was last generated on Thu, 08 Jun 2017 19:39:03 GMT and should not be manually modified.
4+
5+
## 1.1.0
6+
Thu, 08 Jun 2017 19:39:03 GMT
7+
8+
### Minor changes
9+
10+
- Force a minor bump.
411

512
## 1.0.1
613
Thu, 25 May 2017 21:09:42 GMT

libraries/decorators/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/decorators",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "A very conservative set of decorators for TypeScript projects",
55
"license": "SEE LICENSE IN \"EULA\" FOLDER",
66
"homepage": "http://aka.ms/spfx",

0 commit comments

Comments
 (0)