Skip to content

Commit a9fc1e8

Browse files
laulaulandBrett Beutell
and
Brett Beutell
authored
Prepare new release for lib and ts-plugin (#105)
* update Changelog * bump versions * Add empty unreleased section --------- Co-authored-by: Brett Beutell <[email protected]>
1 parent 8e4606e commit a9fc1e8

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [unreleased]
4+
5+
-
6+
7+
## [v0.6.0] - @autometrics/autometrics - 2023-07-20
48

59
- Added functionality to initialize metrics at 0, so instrumented functions can be registered.
610
- Fixed an issue where decorators were changing `this` values for the methods they'd be wrapping, breaking them.
711
- Improved how `getModulePath` utility works, passing stack trace as structured data, and making it more robust.
8-
- Measure function duration in seconds, and update the histogram buckets in prometheus accordingly
12+
- Measure function duration in seconds, and update the histogram buckets in prometheus accordingly.
13+
14+
## [v0.5.4] - @autometrics/typescript-plugin - 2023-07-20
15+
16+
- Fixed an issue that would cause the Autometrics hover to not appear on wrapped functions.
917

1018
## [v0.5.3] - 2023-06-26
1119

packages/autometrics/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "autometrics",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"type": "module",
55
"description": "Easily add metrics to your system -- and actually understand them using automatically customized Prometheus queries",
66
"author": "Fiberplane<[email protected]>",
@@ -31,7 +31,7 @@
3131
"typescript": "^4.9.5"
3232
},
3333
"dependencies": {
34-
"@autometrics/autometrics": "^0.5.0",
34+
"@autometrics/autometrics": "^0.6.0",
3535
"@opentelemetry/api": ">=1.4.1",
3636
"@opentelemetry/exporter-prometheus": ">=0.35.1",
3737
"@opentelemetry/sdk-metrics": ">=1.9.0"

packages/lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@autometrics/autometrics",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Easily add metrics to your system -- and actually understand them using automatically customized Prometheus queries",
55
"author": "Fiberplane<[email protected]>",
66
"contributors": [

packages/typescript-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@autometrics/typescript-plugin",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "Language service plugin for Autometrics",
55
"author": "Fiberplane<[email protected]>",
66
"contributors": [

0 commit comments

Comments
 (0)