We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45f2e97 commit 8c5ecbaCopy full SHA for 8c5ecba
CHANGELOG.md
@@ -19,7 +19,11 @@
19
20
<!-- Your comment above this -->
21
22
-## 11.1.0
+## 11.1.1
23
+
24
+- Bug fix for over-deleting inline comments #1287
25
26
+## 11.1.0
27
28
- Adds support for the new [GitHub Job summaries](https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/) API via:
29
- `danger.github.setSummaryMarkdown("[markdown]")` for the JavaScript DSL
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "danger",
3
- "version": "11.0.7",
+ "version": "11.1.0",
4
"description": "Unit tests for Team Culture",
5
"main": "distribution/danger.js",
6
"typings": "distribution/danger.d.ts",
0 commit comments