diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..75abf5f9f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +## 1.0.0 (2025-04-15) + + +### Bug Fixes + +* 534 by enforcing use of latest node-pre-gyp - refs mapbox/node-pre-gyp[#187](https://github.com/KarinJS/node-sqlite3/issues/187) ([a8b6bf1](https://github.com/KarinJS/node-sqlite3/commit/a8b6bf1213fd37a00e17a55b68883fc8926249ce)) +* broken link to MapBox site ([#1369](https://github.com/KarinJS/node-sqlite3/issues/1369)) ([6967909](https://github.com/KarinJS/node-sqlite3/commit/6967909bb1b0b1e12b71fd38115043eb620ea959)) +* Update brew (CI Failure) ([#1108](https://github.com/KarinJS/node-sqlite3/issues/1108)) ([a9dc5a3](https://github.com/KarinJS/node-sqlite3/commit/a9dc5a3cff1db452c24044d31dfa3047fdcc72ac)) diff --git a/package.json b/package.json index 7e13d6817..4b250343c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@karinjs/sqlite3", "description": "Asynchronous, non-blocking SQLite3 bindings", - "version": "5.1.7", + "version": "1.0.0", "homepage": "https://github.com/TryGhost/node-sqlite3", "author": { "name": "Mapbox", @@ -41,7 +41,7 @@ "repository": { "type": "git", "url": "https://github.com/TryGhost/node-sqlite3.git" - }, + }, "devDependencies": { "eslint": "8.56.0", "mocha": "10.2.0",