You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,19 @@
2
2
3
3
## Unreleased
4
4
5
+
- chore(release): Test craft release workflow
6
+
This release is purely there to test our new craft release workflow and has functionality change.
7
+
With this release, we now publish versioned docker images and each release action will point to their respective docker
8
+
image, allowing users to pin versions from here on out.
5
9
6
10
## 1.9.0
7
11
8
-
**Important Changes**
12
+
**Important Changes**
9
13
10
14
-**feat(sourcemaps): Add inject option to inject debug ids into source files and sourcemaps (#229) **
11
15
A new option to inject Debug IDs into source files and sourcemaps was added to the action to ensure proper un-minifaction of your stacktraces. We strongly recommend enabling this by setting inject: true in your action alongside providing a path to sourcemaps.
12
16
13
-
**Other Changes**
17
+
**Other Changes**
14
18
- feat(telemetry): Collect project specific tags (#228)
0 commit comments