We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a308b commit 4465ee0Copy full SHA for 4465ee0
README.md
@@ -24,7 +24,8 @@ Versions supported:
24
<tr><td>1.0.23</td><td>10.x</td></tr>
25
<tr><td>1.0.24<td><b>Only</b> 5.x through 10.x (support for 0.10, 0.12, and 4.x is dropped)</td></tr>
26
<tr><td>1.0.25<td>5.x through 12.x</td></tr>
27
-<tr><td>1.0.26<td>5.x through 12.x</td></tr>
+<tr><td>1.0.26<td>6.x through 12.x</td></tr>
28
+<tr><td>1.0.27<td>6.x through 12.x</td></tr>
29
</table>
30
31
## Getting Started
package.json
@@ -2,7 +2,7 @@
2
"author": "SQL ANYWHERE",
3
"name": "sqlanywhere",
4
"description": "SQL Anywhere JavaScript Driver.",
5
- "version": "1.0.26",
+ "version": "1.0.27",
6
"repository": {
7
"url": "https://github.com/sqlanywhere/node-sqlanywhere"
8
},
0 commit comments