serverless-vpc-discovery 4.0.0 → 4.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +4 -0
- package/package-lock.json +1141 -2343
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
|
4
4
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
5
5
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
6
6
|
|
7
|
+
## [4.0.1] - 2022-04-08
|
8
|
+
### Changed
|
9
|
+
- Fixed audit issues. Added dependabot config.
|
10
|
+
|
7
11
|
## [4.0.0] - 2022-04-08
|
8
12
|
### Changed
|
9
13
|
- Added compability with serverless 3
|