Skip to content

Commit f94c2bf

Browse files
authored
chore(master): release 8.0.0 (#79)
1 parent 99d9ab4 commit f94c2bf

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [8.0.0](https://github.com/MapColonies/telemetry/compare/v7.0.1...v8.0.0) (2024-10-27)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **metrics:** add operationId and remove path from metrics ([#78](https://github.com/MapColonies/telemetry/issues/78))
11+
12+
### Features
13+
14+
* **metrics:** add operationId and remove path from metrics ([#78](https://github.com/MapColonies/telemetry/issues/78)) ([99d9ab4](https://github.com/MapColonies/telemetry/commit/99d9ab466a67e24a476964a96da88493a80ce567))
15+
516
## [7.0.1](https://github.com/MapColonies/telemetry/compare/v7.0.0...v7.0.1) (2024-09-08)
617

718

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@map-colonies/telemetry",
3-
"version": "7.0.1",
3+
"version": "8.0.0",
44
"description": "Package for everything opentelemetry related in map colonies",
55
"main": "./dist/index.js",
66
"exports": {

0 commit comments

Comments
 (0)