-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare new release for lib and ts-plugin (#105)
* update Changelog * bump versions * Add empty unreleased section --------- Co-authored-by: Brett Beutell <[email protected]>
- Loading branch information
1 parent
8e4606e
commit a9fc1e8
Showing
4 changed files
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "autometrics", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"type": "module", | ||
"description": "Easily add metrics to your system -- and actually understand them using automatically customized Prometheus queries", | ||
"author": "Fiberplane<[email protected]>", | ||
|
@@ -31,7 +31,7 @@ | |
"typescript": "^4.9.5" | ||
}, | ||
"dependencies": { | ||
"@autometrics/autometrics": "^0.5.0", | ||
"@autometrics/autometrics": "^0.6.0", | ||
"@opentelemetry/api": ">=1.4.1", | ||
"@opentelemetry/exporter-prometheus": ">=0.35.1", | ||
"@opentelemetry/sdk-metrics": ">=1.9.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@autometrics/autometrics", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "Easily add metrics to your system -- and actually understand them using automatically customized Prometheus queries", | ||
"author": "Fiberplane<[email protected]>", | ||
"contributors": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@autometrics/typescript-plugin", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"description": "Language service plugin for Autometrics", | ||
"author": "Fiberplane<[email protected]>", | ||
"contributors": [ | ||
|