Skip to content

Commit 01d07fc

Browse files
committed
Update README with v4 link
1 parent cb49054 commit 01d07fc

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ npm-debug.log*
1010
.yarn-integrity
1111
.idea
1212
coverage/
13+
test-report.xml

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
### [v3.0.4], [v3.0.5]
5+
### [v3.0.4], [v3.0.5], [v3.0.6]
66
> 2020-03-22
77
88
Accidentally published v4 beta into mainline npm. This is a revert publish.

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,18 @@
1515

1616
---
1717

18+
## v4 beta announcement
1819

19-
### How to Install
20+
3/22/2020: Version 4 of `sqlite` is now in beta.
21+
22+
Installation instructions and changelog [here](https://github.com/kriasoft/node-sqlite/issues/105).
23+
24+
### How to Install (v3)
2025

2126
```sh
2227
$ npm install sqlite --save
2328
```
2429

25-
2630
### How to Use
2731

2832
**NOTE**: For Node.js v5 and below use `var db = require('sqlite/legacy');`.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "sqlite",
4-
"version": "3.0.5",
4+
"version": "3.0.6",
55
"description": "SQLite client for Node.js applications with SQL-based migrations API",
66
"repository": "kriasoft/node-sqlite",
77
"author": "Kriasoft <[email protected]> (https://www.kriasoft.com)",

0 commit comments

Comments
 (0)