@swydo/byol 3.0.299 → 3.0.301
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +19 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,25 @@
|
|
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.301 (2024-10-08)
|
7
|
+
|
8
|
+
|
9
|
+
### Bug Fixes
|
10
|
+
|
11
|
+
* **deps:** update dependency express to v4.21.1 ([#903](https://github.com/Swydo/byol/issues/903)) ([1631499](https://github.com/Swydo/byol/commit/16314990865e28cd96b59822a3ee898614ec8cfa))
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
## 3.0.300 (2024-10-03)
|
18
|
+
|
19
|
+
**Note:** Version bump only for package @swydo/byol
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
|
24
|
+
|
6
25
|
## 3.0.299 (2024-09-20)
|
7
26
|
|
8
27
|
**Note:** Version bump only for package @swydo/byol
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@swydo/byol",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.301",
|
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": "16314990865e28cd96b59822a3ee898614ec8cfa"
|
31
31
|
}
|