@sentry/craft 1.6.1 → 1.8.0

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,20 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.8.0
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - feat(npm): Allow to configure `checkPackageName` for npm target (#504) by @mydea
8
+ - Use mainline .NET 8 SDK (#505) by @bruno-garcia
9
+ - feat(github): Only set `latest` when new version > old version (#503) by @mydea
10
+
11
+ ## 1.7.0
12
+
13
+ ### Various fixes & improvements
14
+
15
+ - feat: use dotnet 8 SDK (#501) by @vaind
16
+ - Bump CocoaPods from 1.13.0 to 1.14.2 (#497) by @philipphofmann
17
+
3
18
  ## 1.6.1
4
19
 
5
20
  ### Various fixes & improvements
package/README.md CHANGED
@@ -567,9 +567,10 @@ The `npm` utility must be installed on the system.
567
567
 
568
568
  **Configuration**
569
569
 
570
- | Option | Description |
571
- | -------- | -------------------------------------------------------------------------------- |
572
- | `access` | **optional**. Visibility for scoped packages: `restricted` (default) or `public` |
570
+ | Option | Description |
571
+ | ------------------ | ------------------------------------------------------------------------------------------------------------------------------- |
572
+ | `access` | **optional**. Visibility for scoped packages: `restricted` (default) or `public` |
573
+ | `checkPackageName` | **optional**. If defined, check this package on the registry to get the current latest version to compare for the `latest` tag. The package(s) to be published will only be tagged with `latest` if the new version is greater than the checked package's version|
573
574
 
574
575
  **Example**
575
576