@sentry/craft 1.4.1 → 1.4.3
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 +18 -0
- package/dist/craft +135 -135
- package/dist/craft.map +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.4.3
|
|
4
|
+
|
|
5
|
+
### Various fixes & improvements
|
|
6
|
+
|
|
7
|
+
- fix typo (#487) by @asottile-sentry
|
|
8
|
+
- fix branch trigger for image (#486) by @asottile-sentry
|
|
9
|
+
- ref: build docker image using gha (#485) by @asottile-sentry
|
|
10
|
+
|
|
11
|
+
## 1.4.2
|
|
12
|
+
|
|
13
|
+
### Various fixes & improvements
|
|
14
|
+
|
|
15
|
+
- feat(elixir): Use precompiled packages from erlang solutions for elixir (#481) by @sl0thentr0py
|
|
16
|
+
- Revert "feat(elixir): Use asdf to install erlang and elixir (#479)" (#480) by @sl0thentr0py
|
|
17
|
+
- feat(elixir): Use asdf to install erlang and elixir (#479) by @sl0thentr0py
|
|
18
|
+
- ref: add python3-packaging explicitly (#478) by @asottile-sentry
|
|
19
|
+
- build(deps): bump word-wrap from 1.2.3 to 1.2.4 (#477) by @dependabot
|
|
20
|
+
|
|
3
21
|
## 1.4.1
|
|
4
22
|
|
|
5
23
|
- No documented changes.
|