@sentry/craft 1.4.1 → 1.4.2

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 CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.4.2
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - feat(elixir): Use precompiled packages from erlang solutions for elixir (#481) by @sl0thentr0py
8
+ - Revert "feat(elixir): Use asdf to install erlang and elixir (#479)" (#480) by @sl0thentr0py
9
+ - feat(elixir): Use asdf to install erlang and elixir (#479) by @sl0thentr0py
10
+ - ref: add python3-packaging explicitly (#478) by @asottile-sentry
11
+ - build(deps): bump word-wrap from 1.2.3 to 1.2.4 (#477) by @dependabot
12
+
3
13
  ## 1.4.1
4
14
 
5
15
  - No documented changes.