Skip to content

Commit

Permalink
Update CHANGELOG for digital-twins-core (#13225)
Browse files Browse the repository at this point in the history
Add an entry listing a recent bug fix where we did not
ship the renamed type definition file.
  • Loading branch information
maorleger authored Jan 14, 2021
1 parent 0346653 commit c014e51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion sdk/digitaltwins/digital-twins-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Release History

## 1.0.2 (Unreleased)
## 1.0.2 (2021-01-14)

- Bug Fix: include the types definition file in the shipped package

## 1.0.1 (2021-01-12)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ import { createSpan } from "./tracing";
import { CanonicalCode } from "@opentelemetry/api";
import { logger } from "./logger";

export const SDK_VERSION: string = "1.0.0-preview.1";
export const SDK_VERSION: string = "1.0.2";

export interface DigitalTwinsClientOptions extends PipelineOptions {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import * as coreHttp from "@azure/core-http";
import { AzureDigitalTwinsAPIOptionalParams } from "./models";

const packageName = "@azure/digital-twins-core";
const packageVersion = "1.0.0";
const packageVersion = "1.0.2";

export class AzureDigitalTwinsAPIContext extends coreHttp.ServiceClient {
$host: string;
Expand Down

0 comments on commit c014e51

Please sign in to comment.