From 01d07fca605f7307c18530c4d92493449140e0a2 Mon Sep 17 00:00:00 2001 From: Theo Gravity Date: Sun, 22 Mar 2020 14:36:12 -0700 Subject: [PATCH] Update README with v4 link --- .gitignore | 1 + CHANGELOG.md | 2 +- README.md | 8 ++++++-- package.json | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 29ba175..ffd58e1 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ npm-debug.log* .yarn-integrity .idea coverage/ +test-report.xml diff --git a/CHANGELOG.md b/CHANGELOG.md index db07dd0..0a66069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index a28ff5b..b07e116 100644 --- a/README.md +++ b/README.md @@ -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');`. diff --git a/package.json b/package.json index 1a6ffc0..e2fcbb0 100644 --- a/package.json +++ b/package.json @@ -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 (https://www.kriasoft.com)",