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

Commit 3cb4971

Browse files
authored
Updated version number for V1.1.0 (gmetzker#28)
1 parent af31613 commit 3cb4971

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
## Bug Fixes
1010
* Do not call `UpdateFunctionConfiguration` when `--noDeploy` option is specified #19
11-
11+
1212
## Meta
1313
* [Git Hub Mile Stone](https://github.com/gmetzker/serverless-plugin-lambda-dead-letter/milestone/3?closed=1)
14-
* [Comparison since last release](https://github.com/gmetzker/serverless-plugin-lambda-dead-letter/compare/v1.0.2...v1.1.0)
15-
14+
* [Comparison since last release](https://github.com/gmetzker/serverless-plugin-lambda-dead-letter/compare/v1.0.0...v1.1.0)
15+
1616
# 1.0.0 (2017-01-15)
1717

1818
## Features

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.0.2",
3+
"version": "1.1.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)