Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## @operate-first/probot-issue-form [1.0.2](https://github.com/operate-first/probot-extensions/compare/@operate-first/probot-issue-form@1.0.1...@operate-first/probot-issue-form@1.0.2) (2023-03-24)

### Bug Fixes

* **typescript:** scope probot context passed to handlers in probot-kubernetes ([6ade978](6ade978))
  • Loading branch information
semantic-release-bot committed Mar 24, 2023
1 parent b816756 commit 9eb0098
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/probot-issue-form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @operate-first/probot-issue-form [1.0.2](https://github.com/operate-first/probot-extensions/compare/@operate-first/probot-issue-form@1.0.1...@operate-first/probot-issue-form@1.0.2) (2023-03-24)


### Bug Fixes

* **typescript:** scope probot context passed to handlers in probot-kubernetes ([6ade978](https://github.com/operate-first/probot-extensions/commit/6ade978d8fce3ddb8c38331bbca9aca5e4faedb4))

## @operate-first/probot-issue-form [1.0.1](https://github.com/operate-first/probot-extensions/compare/@operate-first/probot-issue-form@1.0.0...@operate-first/probot-issue-form@1.0.1) (2022-11-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/probot-issue-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@operate-first/probot-issue-form",
"version": "1.0.1",
"version": "1.0.2",
"description": "Probot extension to parse issues created from issue forms",
"main": "lib/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 9eb0098

Please sign in to comment.