Skip to content

Commit

Permalink
chore: Release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Oct 21, 2021
1 parent 8fb3960 commit 5ddcedd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.0.2](https://github.com/medikoo/serverless-plugin-vpc-eni-cleanup/compare/v1.0.1...v1.0.2) (2021-10-21)

### Bug Fixes

- Rely on `sls.getProvider('aws').request` for AWS SDK requests ([#8](https://github.com/medikoo/serverless-plugin-vpc-eni-cleanup/issues/8)) ([eca8e57](https://github.com/medikoo/serverless-plugin-vpc-eni-cleanup/commit/eca8e57499126b10378afed5e5a82079002567ae)) ([Marcelo Luiz Onhate](https://github.com/onhate))

### Maintenance Improvements

- Document Node.js compatibility ([a30ecaa](https://github.com/medikoo/serverless-plugin-vpc-eni-cleanup/commit/a30ecaa8b9a8aa905dc0d9dca043b33a68d89249))

### [1.0.1](https://github.com/medikoo/serverless-plugin-vpc-eni-cleanup/compare/v1.0.0...v1.0.1) (2020-09-16)

- Declare support for `serlverless` v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "serverless-plugin-vpc-eni-cleanup",
"version": "1.0.1",
"version": "1.0.2",
"description": "Cleanup lambda VPS EC2 Network Interfaces on stack removal, to speed up the operation",
"author": "Mariusz Nowak <medyk@medikoo.com> (http://www.medikoo.com/)",
"keywords": [
Expand Down

0 comments on commit 5ddcedd

Please sign in to comment.