Skip to content

Commit

Permalink
release(main): release 1.1.0 (#157)
Browse files Browse the repository at this point in the history
Co-authored-by: telemmy[bot] <148984525+telemmy[bot]@users.noreply.github.com>
  • Loading branch information
telemmy[bot] committed Dec 18, 2023
1 parent 037e846 commit e152494
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.1.0](https://github.com/ibm-telemetry/telemetry-js/compare/v1.0.0...v1.1.0) (2023-12-18)


### Features

* **npm:** add support for querying instrumented pkg dependency metrics ([037e846](https://github.com/ibm-telemetry/telemetry-js/commit/037e8464ce05da91257e930e485a0f857354d443))
* run telemetry collection as a background process ([#147](https://github.com/ibm-telemetry/telemetry-js/issues/147)) ([273a466](https://github.com/ibm-telemetry/telemetry-js/commit/273a466d27631bbd55002e2ef3d919cd9ef73344))


### Bug Fixes

* **jsx:** remove trace from captureFileMetrics ([fec2265](https://github.com/ibm-telemetry/telemetry-js/commit/fec2265c1a7f5072ae3307a3372e62e6fed6039e))

## [1.0.0](https://github.com/ibm-telemetry/telemetry-js/compare/v0.8.1...v1.0.0) (2023-12-14)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ibm/telemetry-js",
"description": "JavaScript telemetry tooling for open/inner source projects",
"version": "1.0.0",
"version": "1.1.0",
"license": "Apache-2.0",
"author": "IBM",
"keywords": [
Expand Down

0 comments on commit e152494

Please sign in to comment.