Skip to content

Commit 75e0648

Browse files
authored
Merge pull request #55 from markdirish/master
Advertising the v2.0.0 beta
2 parents dfa40e3 + 6f30c05 commit 75e0648

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@ a.out
22
build
33
node_modules
44
deps
5-
.idea
5+
.idea
6+
core
7+
.env
8+
.vscode

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# node-odbc 2.0.0 is now in beta!
2+
A new version of `odbc` has been released in beta! The initial release of this beta can be found at [https://www.npmjs.com/package/odbc/v/2.0.0-beta.0](https://www.npmjs.com/package/odbc/v/2.0.0-beta.0), while later releases can be found under the Versions tab on npm. This URL contains information including the README file outlining the new API.
3+
4+
To install the beta version, include the `beta` tag with your command:
5+
```
6+
npm install odbc@beta
7+
```
8+
9+
Test it out and give feedback on the issues of the official git repository!
10+
11+
---
12+
113
node-odbc
214
---------
315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "odbc",
33
"description": "unixodbc bindings for node",
4-
"version": "1.4.5",
4+
"version": "1.4.6",
55
"main": "lib/odbc.js",
66
"types": "./lib/odbc.d.ts",
77
"homepage": "http://github.com/wankdanker/node-odbc/",

0 commit comments

Comments
 (0)