Skip to content

Commit

Permalink
Merge pull request #55 from markdirish/master
Browse files Browse the repository at this point in the history
Advertising the v2.0.0 beta
  • Loading branch information
markdirish authored Apr 5, 2019
2 parents dfa40e3 + 6f30c05 commit 75e0648
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ a.out
build
node_modules
deps
.idea
.idea
core
.env
.vscode
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# node-odbc 2.0.0 is now in beta!
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.

To install the beta version, include the `beta` tag with your command:
```
npm install odbc@beta
```

Test it out and give feedback on the issues of the official git repository!

---

node-odbc
---------

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "odbc",
"description": "unixodbc bindings for node",
"version": "1.4.5",
"version": "1.4.6",
"main": "lib/odbc.js",
"types": "./lib/odbc.d.ts",
"homepage": "http://github.com/wankdanker/node-odbc/",
Expand Down

0 comments on commit 75e0648

Please sign in to comment.