Skip to content

Commit 4fd4981

Browse files
chore(release): 1.0.3 [skip ci]
## [1.0.3](https://github.com/operate-first/probot-extensions/compare/@operate-first/[email protected]...@operate-first/[email protected]) (2023-03-24) ### Bug Fixes * **deps:** update all non-major dependencies ([#82](#82)) ([79bfaf7](79bfaf7)) * Remove carriage return injected by issue edits ([22ac223](22ac223)) * **typescript:** scope probot context passed to handlers in probot-kubernetes ([6ade978](6ade978))
1 parent 9eb0098 commit 4fd4981

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/probot-kubernetes/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## @operate-first/probot-kubernetes [1.0.3](https://github.com/operate-first/probot-extensions/compare/@operate-first/[email protected]...@operate-first/[email protected]) (2023-03-24)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update all non-major dependencies ([#82](https://github.com/operate-first/probot-extensions/issues/82)) ([79bfaf7](https://github.com/operate-first/probot-extensions/commit/79bfaf71fe056ca556b8744d2fdd7724ab249903))
7+
* **typescript:** scope probot context passed to handlers in probot-kubernetes ([6ade978](https://github.com/operate-first/probot-extensions/commit/6ade978d8fce3ddb8c38331bbca9aca5e4faedb4))
8+
19
## @operate-first/probot-kubernetes [1.0.2](https://github.com/operate-first/probot-extensions/compare/@operate-first/[email protected]...@operate-first/[email protected]) (2022-09-21)
210

311

packages/probot-kubernetes/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-kubernetes",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Probot extension to interact with Kubernetes",
55
"main": "lib/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)