Skip to content

Commit 248ba83

Browse files
committed
fix: handle breaking change in sls framework 1.61.2
1 parent e10bba9 commit 248ba83

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

CHANGELOG.md

-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
## [1.0.3](https://github.com/drexler/serverless-cloudformation-resource-counter/compare/v1.0.2...v1.0.3) (2020-02-02)
2-
3-
### Bug Fixes
4-
5-
* fix credentials setup to accomodate serverless framework changes
6-
71
## [1.0.2](https://github.com/drexler/serverless-cloudformation-resource-counter/compare/v1.0.1...v1.0.2) (2019-08-28)
82

93

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-cloudformation-resource-counter",
3-
"version": "1.0.3",
3+
"version": "1.0.2",
44
"description": "A Serverless plugin to count created resources after deployment.",
55
"keywords": [
66
"aws",

0 commit comments

Comments
 (0)