Skip to content

Commit 8c5ecba

Browse files
committed
Prepare for release
1 parent 45f2e97 commit 8c5ecba

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@
1919

2020
<!-- Your comment above this -->
2121

22-
## 11.1.0
22+
## 11.1.1
23+
24+
- Bug fix for over-deleting inline comments #1287
25+
26+
## 11.1.0
2327

2428
- Adds support for the new [GitHub Job summaries](https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/) API via:
2529
- `danger.github.setSummaryMarkdown("[markdown]")` for the JavaScript DSL

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "danger",
3-
"version": "11.0.7",
3+
"version": "11.1.0",
44
"description": "Unit tests for Team Culture",
55
"main": "distribution/danger.js",
66
"typings": "distribution/danger.d.ts",

0 commit comments

Comments
 (0)