Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit b9ffa5a

Browse files
committed
Updated to version 1.2.0
1 parent 1865f90 commit b9ffa5a

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 1.2.0 (2017-01-30)
2+
3+
## Features
4+
* Dead Letter Queue properties #12
5+
6+
## Meta
7+
* [Git Hub Mile Stone](https://github.com/gmetzker/serverless-plugin-lambda-dead-letter/milestone/2?closed=1)
8+
* [Comparison since last release](https://github.com/gmetzker/serverless-plugin-lambda-dead-letter/compare/v1.1.0...v1.2.0)
9+
110

211
# 1.1.0 (2017-01-29)
312

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-lambda-dead-letter",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "serverless plugin that can configure a lambda with a dead letter queue or topic",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)