File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog - serverless-plugin-diff
2
+
3
+ <a name =" 1.2.1 " ></a >
4
+ ## 2 December 2016: v1.2.1
5
+
6
+ Fix command usage typo within ` README.md ` -- [ @dougmoscrop ] [ @dougmoscrop ]
7
+
8
+ ---
9
+
10
+ <a name =" 1.2.0 " ></a >
11
+ ## 21 November 2016: v1.2.0
12
+
13
+ Switch to ` json-diff ` -- [ @nicka ] [ @nicka ]
14
+
15
+ ---
16
+
17
+ <a name =" 1.1.0 " ></a >
18
+ ## 9 November 2016: v1.1.0
19
+
20
+ Update ` README.md ` and ` package.json ` -- [ @nicka ] [ @nicka ]
21
+
22
+ ---
23
+
24
+ <a name =" 1.0.0 " ></a >
25
+ ## 7 November 2016: v1.0.0
26
+
27
+ Initial release -- [ @nicka ] [ @nicka ]
28
+
29
+ ---
30
+
31
+ [ @nicka ] : https://github.com/nicka
32
+ [ @dougmoscrop ] : https://github.com/dougmoscrop
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " serverless-plugin-diff" ,
3
- "version" : " 1.2.0 " ,
3
+ "version" : " 1.2.1 " ,
4
4
"description" : " Plugin for Serverless Framework v1.x which compares your local AWS CloudFormation templates against deployed ones." ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments