Skip to content

Commit a7e74bc

Browse files
Increment version for monitor releases (Azure#13355)
1 parent 52ef816 commit a7e74bc

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Release History
22

3+
## 1.0.0-beta.3 (Unreleased)
4+
35
## 1.0.0-beta.2 (2021-01-20)
46

57
- Ship the correct type declaration file
@@ -11,12 +13,6 @@
1113
- Rename package to `@azure/opentelemetry-exporter-azure-monitor`
1214
- [BREAKING] Deprecate all configuration options except for `connectionString`
1315
- [BREAKING] Removed support for `TelemetryProcessor`
14-
15-
## 1.0.0-preview.6 (2020-10-09)
16-
1716
- (internal) Migrate to autorest generated HttpClient and Envelope Interfaces
18-
19-
## 1.0.0-preview.5 (2020-09-01)
20-
2117
- Migrate to Azure SDK for JS repository
2218
- Adds support for Event Hubs Distributed Tracing [#10575](https://github.com/Azure/azure-sdk-for-js/pull/10575)

sdk/monitor/opentelemetry-exporter-azure-monitor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@azure/opentelemetry-exporter-azure-monitor",
33
"author": "Microsoft Corporation",
44
"sdk-type": "client",
5-
"version": "1.0.0-beta.2",
5+
"version": "1.0.0-beta.3",
66
"description": "Application Insights exporter for the OpenTelemetry JavaScript (Node.js) SDK",
77
"main": "dist/index.js",
88
"module": "dist-esm/src/index.js",

sdk/monitor/opentelemetry-exporter-azure-monitor/src/utils/constants/applicationinsights.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ export const MS_LINKS = "_MS.links";
1010
export const INPROC = "InProc";
1111
export const ENQUEUED_TIME = "enqueuedTime";
1212
export const TIME_SINCE_ENQUEUED = "timeSinceEnqueued";
13-
export const packageVersion = "1.0.0-beta.2";
13+
export const packageVersion = "1.0.0-beta.3";

0 commit comments

Comments
 (0)