Skip to content

Commit

Permalink
Update README with v4 link
Browse files Browse the repository at this point in the history
  • Loading branch information
theogravity committed Mar 22, 2020
1 parent cb49054 commit 01d07fc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ npm-debug.log*
.yarn-integrity
.idea
coverage/
test-report.xml
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

### [v3.0.4], [v3.0.5]
### [v3.0.4], [v3.0.5], [v3.0.6]
> 2020-03-22
Accidentally published v4 beta into mainline npm. This is a revert publish.
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,18 @@

---

## v4 beta announcement

### How to Install
3/22/2020: Version 4 of `sqlite` is now in beta.

Installation instructions and changelog [here](https://github.com/kriasoft/node-sqlite/issues/105).

### How to Install (v3)

```sh
$ npm install sqlite --save
```


### How to Use

**NOTE**: For Node.js v5 and below use `var db = require('sqlite/legacy');`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "sqlite",
"version": "3.0.5",
"version": "3.0.6",
"description": "SQLite client for Node.js applications with SQL-based migrations API",
"repository": "kriasoft/node-sqlite",
"author": "Kriasoft <hello@kriasoft.com> (https://www.kriasoft.com)",
Expand Down

0 comments on commit 01d07fc

Please sign in to comment.