@swydo/byol 3.0.297 → 3.0.298
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,14 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## 3.0.298 (2024-09-16)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @swydo/byol
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
## 3.0.297 (2024-09-12)
|
7
15
|
|
8
16
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@swydo/byol",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.298",
|
4
4
|
"description": "Bring Your Own Lambda",
|
5
5
|
"license": "MIT",
|
6
6
|
"engines": {
|
@@ -27,5 +27,5 @@
|
|
27
27
|
"peerDependencies": {
|
28
28
|
"aws-xray-sdk-core": "^3.0.0"
|
29
29
|
},
|
30
|
-
"gitHead": "
|
30
|
+
"gitHead": "d531eda84cb8c39e02edc6ae0647bdc8a0aa5f0a"
|
31
31
|
}
|