Skip to content

Commit caba420

Browse files
authored
Prepare for 0.6.6 (#305)
1 parent c7fe020 commit caba420

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

RELEASENOTES.md

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

3+
## 0.6.6 (August 27, 2019)
4+
* Fix security vulnerabilities [#304](https://github.com/microsoft/cordova-simulate/pull/304)
5+
36
## 0.6.5 (July 15, 2019)
47
* Fix security vulnerabilities [#300](https://github.com/microsoft/cordova-simulate/pull/300)
58

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.5",
3+
"version": "0.6.6",
44
"description": "Simulates your Cordova application in the browser.",
55
"main": "src/simulate.js",
66
"bin": {

0 commit comments

Comments
 (0)