Skip to content

Commit c614dd6

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2022-06-29) ### Bug Fixes * Release process ([172483f](172483f)) ### Features * Add issue-form parser extension ([b1f40c4](b1f40c4)) * Initial commit ([6cb53fb](6cb53fb)) * Relocate to Operate First ([79a6b00](79a6b00))
1 parent 23fce18 commit c614dd6

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/probot-metrics/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# @operate-first/probot-metrics 1.0.0 (2022-06-29)
2+
3+
4+
### Bug Fixes
5+
6+
* Release process ([172483f](https://github.com/operate-first/probot-extensions/commit/172483f4fb81b780fb5e11f8bbdcbf526e5e7eed))
7+
8+
9+
### Features
10+
11+
* Initial commit ([6cb53fb](https://github.com/operate-first/probot-extensions/commit/6cb53fb9a270068cedfbfd3a1c6dd4600a9269f5))
12+
* Relocate to Operate First ([79a6b00](https://github.com/operate-first/probot-extensions/commit/79a6b001296568d5687a0d220893b5e7c8c84d78))
13+
114
## @open-services-group/probot-metrics [1.0.1](https://github.com/open-services-group/probot-extensions/compare/@open-services-group/[email protected]...@open-services-group/[email protected]) (2022-06-03)
215

316

packages/probot-metrics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@operate-first/probot-metrics",
3-
"version": "1.0.1",
3+
"version": "1.0.0",
44
"description": "Probot extension to expose Prometheus metrics",
55
"main": "lib/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)