danger 13.0.1 → 13.0.3

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/.release-it.json CHANGED
@@ -1,7 +1,10 @@
1
1
  {
2
2
  "_": "CI will switch the release here to true",
3
3
  "github": { "release": false, "assets": "brew-distribution/*.zip" },
4
- "git": { "requireCleanWorkingDir": false },
4
+ "git": {
5
+ "requireCleanWorkingDir": false,
6
+ "changelog": "npx auto-changelog --stdout --commit-limit false -u --template https://raw.githubusercontent.com/release-it/release-it/main/templates/changelog-compact.hbs"
7
+ },
5
8
  "buildCommand": "yarn package:x64; yarn package:arm64",
6
9
  "hooks": {
7
10
  "before:bump": "yarn declarations; yarn build:schemas",
package/CHANGELOG.md CHANGED
@@ -16,8 +16,13 @@
16
16
 
17
17
  <!-- Your comment below this -->
18
18
 
19
+
19
20
  <!-- Your comment above this -->
20
21
 
22
+ ## 13.0.3
23
+
24
+ - Lots of deploy faff, as we are forced to update node in all the build processing [@orta]
25
+
21
26
  ## 13.0.0
22
27
 
23
28
  - **Breaking** Update `@octokit/rest` from 18 to 20 to prevent transitive CVEs - Fixes [#1479](https://github.com/danger/danger-js/issues/1479) [@fbartho]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "danger",
3
- "version": "13.0.1",
3
+ "version": "13.0.3",
4
4
  "description": "Unit tests for Team Culture",
5
5
  "main": "distribution/danger.js",
6
6
  "typings": "distribution/danger.d.ts",