Skip to content

Commit a6ddc54

Browse files
Prepare for 0.6.3 (#296)
1 parent cff1aca commit a6ddc54

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

RELEASENOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# cordova-simulate Release Notes
22

3+
## 0.6.3 (July 1, 2019)
4+
* Fix security vulnerabilities [#294](https://github.com/microsoft/cordova-simulate/pull/294)
5+
* Fix documentation typos [#280](https://github.com/microsoft/cordova-simulate/pull/280), thanks to [Darío Hereñú(@kant)](https://github.com/kant)
6+
* Migrate to Azure DevOps from Travis CI [#293](https://github.com/microsoft/cordova-simulate/pull/293)
7+
38
## 0.6.2 (May 23, 2019)
49
* Return fix for [#105](https://github.com/microsoft/cordova-simulate/issues/105)
510
* Fix security vulnerabilities [#289](https://github.com/microsoft/cordova-simulate/pull/289)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-simulate",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "Simulates your Cordova application in the browser.",
55
"main": "src/simulate.js",
66
"bin": {

0 commit comments

Comments
 (0)