Skip to content

Commit 904ecaa

Browse files
committed
Bump version to v1.2.1
1 parent 1651fdd commit 904ecaa

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-plugin-diff",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Plugin for Serverless Framework v1.x which compares your local AWS CloudFormation templates against deployed ones.",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)