Skip to content

Commit bd67e01

Browse files
committed
Release v0.6.4
1 parent 934c4f7 commit bd67e01

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
</tr>
77
<tr>
88
<td>
9+
<a href="#0.6.4">0.6.4</a><br/>
910
<a href="#0.6.3">0.6.3</a><br/>
1011
<a href="#0.6.2">0.6.2</a><br/>
1112
<a href="#0.6.1">0.6.1</a><br/>
@@ -30,8 +31,20 @@
3031
</tr>
3132
</table>
3233

34+
<a id="0.6.4"></a>
35+
## 2021-12-16, Version 0.6.4 (Current)
36+
37+
### Notable Changes
38+
39+
* Support using patch-package on packages with symlinks
40+
41+
### Commits
42+
43+
* [[`934c4f7`](https://github.com/nodejs-mobile/nodejs-mobile-react-native/commit/934c4f7558f8cfac9b0f96298c4d3f68d4ef7572)] - plugin: use lstatSync instead of statSync (Jpoliachik)
44+
45+
3346
<a id="0.6.3"></a>
34-
## 2021-10-26, Version 0.6.3 (Current)
47+
## 2021-10-26, Version 0.6.3
3548

3649
### Notable Changes
3750

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodejs-mobile-react-native",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"description": "Node.js for Mobile Apps React Native plugin",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)