Skip to content

Commit 9a5bbbc

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.1.0...v3.0.0) (2025-03-24) ### Bug Fixes * remove createMetric export from package ([2b287a4](2b287a4)) ### BREAKING CHANGES * the createMetric function no longer exists. Make your own should you need it. See test/index.js in https://github.com/metrics-js/test-consumer for inspiration.
1 parent c8a2d6c commit 9a5bbbc

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [3.0.0](https://github.com/metrics-js/test-consumer/compare/v2.1.0...v3.0.0) (2025-03-24)
2+
3+
4+
### Bug Fixes
5+
6+
* remove createMetric export from package ([2b287a4](https://github.com/metrics-js/test-consumer/commit/2b287a4b333eff858d04c8d64ab1de04daddde39))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* the createMetric function no longer exists.
12+
Make your own should you need it. See test/index.js in
13+
https://github.com/metrics-js/test-consumer for inspiration.
14+
115
# [2.1.0](https://github.com/metrics-js/test-consumer/compare/v2.0.0...v2.1.0) (2025-02-06)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metrics/test-consumer",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"types": "test-consumer.d.ts",
55
"files": [
66
"lib/",

0 commit comments

Comments
 (0)