@sentry/craft 1.2.2 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/dist/craft +282 -279
- package/dist/craft.map +3 -3
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.3.0
|
|
4
|
+
|
|
5
|
+
### Various fixes & improvements
|
|
6
|
+
|
|
7
|
+
- feat(build): Bump Dockerfile base image to node:20-bookworm (#472) by @sl0thentr0py
|
|
8
|
+
|
|
9
|
+
## 1.2.3
|
|
10
|
+
|
|
11
|
+
### Various fixes & improvements
|
|
12
|
+
|
|
13
|
+
- fix(hex): Need local.hex --force for compiling deps (#471) by @sl0thentr0py
|
|
14
|
+
- ref: update jest (#468) by @asottile-sentry
|
|
15
|
+
- build(deps-dev): bump fast-xml-parser from 4.2.4 to 4.2.5 (#467) by @dependabot
|
|
16
|
+
- build(deps-dev): bump fast-xml-parser from 3.19.0 to 4.2.4 (#466) by @dependabot
|
|
17
|
+
|
|
3
18
|
## 1.2.2
|
|
4
19
|
|
|
5
20
|
### Various fixes & improvements
|