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

Commit 4a42c74

Browse files
committed
release: 1.18.9
1 parent 8277abc commit 4a42c74

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
- "Would I rather be feared or loved? Easy. Both. I want people to be afraid of how much they love me." — Michael Scott
44

5+
## 1.18.9
6+
7+
### Various fixes & improvements
8+
9+
- ref: Update sentry-cli and refresh GH actions (#368) by @kamilogorek
10+
- docs: Update dryRun documentation to reflect auto-configuration. (#366) by @fiveable-jferg
11+
- chore: update @sentry/cli to latest major version (#363) by @sawilde
12+
513
## 1.18.8
614

715
### Various fixes & improvements

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"source-map"
99
],
1010
"author": "Sentry",
11-
"version": "1.18.8",
11+
"version": "1.18.9",
1212
"license": "MIT",
1313
"repository": "git@github.com:getsentry/sentry-webpack-plugin.git",
1414
"homepage": "https://github.com/getsentry/sentry-webpack-plugin",
@@ -45,4 +45,4 @@
4545
"test:watch": "jest --watch --notify",
4646
"codecov": "codecov"
4747
}
48-
}
48+
}

0 commit comments

Comments
 (0)