Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Update version to 0.1.3 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
joechung-msft authored Dec 14, 2018
1 parent 29e8da7 commit 9d19f09
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ All notable changes to the "vscode-logicapps" extension will be documented in th

## [Unreleased]

## [0.1.3] - 2018-12-14
### Changed
- Change read-only designer and monitoring view titles
- Update designer version to 1.31210.1.6

### Fixed
- #61 - Refresh Logic Apps before rendering in designer

## [0.1.2] - 2018-12-03
Thanks, Aaron Kunz (@DAXaholic), for contributing the new "Create Logic App" button!

Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-logicapps",
"displayName": "Azure Logic Apps",
"description": "%extension.description%",
"version": "0.1.2",
"version": "0.1.3",
"publisher": "ms-azuretools",
"icon": "resources/azLogicApps.png",
"aiKey": "b6385546-3be0-489c-a298-baccd6c152fb",
Expand Down
2 changes: 0 additions & 2 deletions src/tree/logic-app/LogicAppTreeItem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@

import LogicAppsManagementClient from "azure-arm-logic";
import { Sku, Workflow } from "azure-arm-logic/lib/models";
import * as request from "request-promise-native";
import { IAzureParentTreeItem, IAzureTreeItem } from "vscode-azureextensionui";
import { localize } from "../../localize";
import { getAuthorization } from "../../utils/authorizationUtils";
import { Callbacks, getCallbacks } from "../../utils/logic-app/callbackUtils";
import { ConnectionReferences, getConnectionReferencesForLogicApp } from "../../utils/logic-app/connectionReferenceUtils";
import { getIconPath } from "../../utils/nodeUtils";
Expand Down

0 comments on commit 9d19f09

Please sign in to comment.