Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
justindsmith committed Oct 11, 2024
1 parent af0e41b commit 3b1e8c3
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 4 deletions.
11 changes: 11 additions & 0 deletions packages/instrumentation-prisma-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/justindsmith/opentelemetry-instrumentations-js/compare/opentelemetry-instrumentation-prisma-client@[email protected]) (2024-10-11)


### Features

* upgrade opentelemetry instrumentation and semantic-convention deps (v2) ([#58](https://github.com/justindsmith/opentelemetry-instrumentations-js/issues/58)) ([af0e41b](https://github.com/justindsmith/opentelemetry-instrumentations-js/commit/af0e41b71da4f734a59d1ab09439cb95c53070dd))





# [0.3.0](https://github.com/justindsmith/opentelemetry-instrumentations-js/compare/opentelemetry-instrumentation-prisma-client@[email protected]) (2023-09-28)

**Note:** Version bump only for package opentelemetry-instrumentation-prisma-client
Expand Down
2 changes: 1 addition & 1 deletion packages/instrumentation-prisma-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opentelemetry-instrumentation-prisma-client",
"version": "0.3.0",
"version": "0.4.0",
"description": "open telemetry instrumentation for the prisma auto-generated @prisma/client package",
"keywords": [
"prisma",
Expand Down
2 changes: 1 addition & 1 deletion packages/instrumentation-prisma-client/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// this is autogenerated file, see scripts/version-update.js
export const VERSION = "0.3.0";
export const VERSION = "0.4.0";
11 changes: 11 additions & 0 deletions packages/instrumentation-remix/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.8.0](https://github.com/justindsmith/opentelemetry-instrumentations-js/compare/opentelemetry-instrumentation-remix@[email protected]) (2024-10-11)


### Features

* upgrade opentelemetry instrumentation and semantic-convention deps ([#57](https://github.com/justindsmith/opentelemetry-instrumentations-js/issues/57)) ([b114c31](https://github.com/justindsmith/opentelemetry-instrumentations-js/commit/b114c319c78f786fb8e3ded9a354c244f1e0204f))





## [0.7.1](https://github.com/justindsmith/opentelemetry-instrumentations-js/compare/opentelemetry-instrumentation-remix@[email protected]) (2024-05-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/instrumentation-remix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opentelemetry-instrumentation-remix",
"version": "0.7.1",
"version": "0.8.0",
"description": "open telemetry instrumentation for the `remix` package",
"keywords": [
"remix",
Expand Down
2 changes: 1 addition & 1 deletion packages/instrumentation-remix/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// this is autogenerated file, see scripts/version-update.js
export const VERSION = "0.7.1";
export const VERSION = "0.8.0";

0 comments on commit 3b1e8c3

Please sign in to comment.