@swydo/byol 3.0.302 → 3.0.304

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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.304 (2024-10-30)
7
+
8
+ **Note:** Version bump only for package @swydo/byol
9
+
10
+
11
+
12
+
13
+
14
+ ## 3.0.303 (2024-10-30)
15
+
16
+ **Note:** Version bump only for package @swydo/byol
17
+
18
+
19
+
20
+
21
+
6
22
  ## 3.0.302 (2024-10-11)
7
23
 
8
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swydo/byol",
3
- "version": "3.0.302",
3
+ "version": "3.0.304",
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": "38d609240604a4691b3db0b6503bc475cc7220e9"
30
+ "gitHead": "3c7166fd87f44abb0dcacd8efc02ea9ec1faa310"
31
31
  }