Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.

Commit 0da0fd6

Browse files
committed
update changelog
1 parent 5141860 commit 0da0fd6

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
## Unreleased
44

5-
- "Would I rather be feared or loved? Easy. Both. I want people to be afraid of how much they love me." — Michael Scott
5+
- "Would I rather be feared or loved? Easy. Both. I want people to be afraid of
6+
how much they love me." — Michael Scott
7+
8+
## v1.17.3
9+
10+
- fix: Switch compilation type in error handler to `unknown` (#322)
611

712
## v1.17.2
813

@@ -33,16 +38,19 @@
3338

3439
## v1.15.0
3540

36-
- feat: Add `cleanAftifacts` option to remove all previously uploaded files in a release (#264)
37-
- feat: Add `runOnce` option to allow for skipping multiple uploads with the same config (#270)
41+
- feat: Add `cleanAftifacts` option to remove all previously uploaded files in a
42+
release (#264)
43+
- feat: Add `runOnce` option to allow for skipping multiple uploads with the
44+
same config (#270)
3845

3946
## v1.14.2
4047

4148
- deps: Update sentry-cli to v1.63 for ARM support
4249

4350
## v1.14.1
4451

45-
- fix: Use `WebpackPluginInstance` type for Webpack v4 and v5 compatibility (#259)
52+
- fix: Use `WebpackPluginInstance` type for Webpack v4 and v5 compatibility
53+
(#259)
4654

4755
## v1.14.0
4856

@@ -72,9 +80,10 @@
7280

7381
## v1.11.0
7482

75-
**This release sets `node.engine: >=8` which makes it incompatible with Node v6**
76-
If you need to support Node v6, please pin your dependency to `1.10.0`
77-
and use selective version resolution: https://classic.yarnpkg.com/en/docs/selective-version-resolutions/
83+
**This release sets `node.engine: >=8` which makes it incompatible with Node
84+
v6** If you need to support Node v6, please pin your dependency to `1.10.0` and
85+
use selective version resolution:
86+
https://classic.yarnpkg.com/en/docs/selective-version-resolutions/
7887

7988
- meta: Bump sentry-cli to `1.52.2`
8089
- meta: Drop support for `node v6` due to new `sentry-cli` requiring `node >=8`

0 commit comments

Comments
 (0)