Skip to content

Commit 3ba2e8b

Browse files
chore(release): 1.0.1 [skip ci]
## @operate-first/probot-issue-form [1.0.1](https://github.com/operate-first/probot-extensions/compare/@operate-first/[email protected]...@operate-first/[email protected]) (2022-11-09) ### Bug Fixes * Remove carriage return injected by issue edits ([22ac223](22ac223))
1 parent 1a04c67 commit 3ba2e8b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/probot-issue-form/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## @operate-first/probot-issue-form [1.0.1](https://github.com/operate-first/probot-extensions/compare/@operate-first/[email protected]...@operate-first/[email protected]) (2022-11-09)
2+
3+
4+
### Bug Fixes
5+
6+
* Remove carriage return injected by issue edits ([22ac223](https://github.com/operate-first/probot-extensions/commit/22ac223817f9a2681cc9955caac0609bda763031))
7+
18
# @operate-first/probot-issue-form 1.0.0 (2022-06-29)
29

310

packages/probot-issue-form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@operate-first/probot-issue-form",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Probot extension to parse issues created from issue forms",
55
"main": "lib/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)