Skip to content

Commit 04aa73a

Browse files
Prepare for 0.6.4 (#299)
* Prepare for 0.6.4 * Fix typo
1 parent 60a6528 commit 04aa73a

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.4 (July 11, 2019)
4+
* Fix security vulnerabilities [#297](https://github.com/microsoft/cordova-simulate/pull/297), [#298](https://github.com/microsoft/cordova-simulate/pull/298)
5+
36
## 0.6.3 (July 1, 2019)
47
* Fix security vulnerabilities [#294](https://github.com/microsoft/cordova-simulate/pull/294)
58
* Fix documentation typos [#280](https://github.com/microsoft/cordova-simulate/pull/280), thanks to [Darío Hereñú(@kant)](https://github.com/kant)

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

0 commit comments

Comments
 (0)