From d6f6179a150529ca4684d1ec151e344b5e11cc1c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 16 Jun 2022 22:58:03 +0000 Subject: [PATCH] chore(sqlite-utils): release v.1.0.1 [skip ci] ## 1.0.1 (2022-06-16) * fix: set publishConfig access to public in many package.json ([c861108](https://github.com/jackdbd/calderone/commit/c861108)) * fix(sqlite-utils): add "files" key in package.json ([ebf8500](https://github.com/jackdbd/calderone/commit/ebf8500)) * fix(sqlite-utils): make the package public ([aa3b9c6](https://github.com/jackdbd/calderone/commit/aa3b9c6)) * docs: add link to generated docs in each package README ([435d090](https://github.com/jackdbd/calderone/commit/435d090)) * docs: rebuild docs ([d9d76a5](https://github.com/jackdbd/calderone/commit/d9d76a5)) * docs(sqlite-utils): configure API Extractor and TypeDoc ([b829e41](https://github.com/jackdbd/calderone/commit/b829e41)) * docs(sqlite-utils): update README ([0573836](https://github.com/jackdbd/calderone/commit/0573836)) * chore: add homepage in each package.json ([3e45595](https://github.com/jackdbd/calderone/commit/3e45595)) * chore: cleanup ([1f293f3](https://github.com/jackdbd/calderone/commit/1f293f3)) * chore: cleanup ([716ee18](https://github.com/jackdbd/calderone/commit/716ee18)) * chore: cleanup ([549181c](https://github.com/jackdbd/calderone/commit/549181c)) * chore: improve script that publishes to npmjs ([eeca448](https://github.com/jackdbd/calderone/commit/eeca448)) * chore: update semantic-release config ([7f85707](https://github.com/jackdbd/calderone/commit/7f85707)) * ci: run CI on GitHub workflow, not Cloud Build ([b63cc91](https://github.com/jackdbd/calderone/commit/b63cc91)) * ci: update semantic-release config ([f5fe959](https://github.com/jackdbd/calderone/commit/f5fe959)) * fix(hapi-healthcheck-plugin,hapi-ip-whitelist-plugin): add a bunch of .npmignore ([fac9a88](https://github.com/jackdbd/calderone/commit/fac9a88)) --- packages/sqlite-utils/CHANGELOG.md | 19 +++++++++++++++++++ packages/sqlite-utils/package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/packages/sqlite-utils/CHANGELOG.md b/packages/sqlite-utils/CHANGELOG.md index b77c3efc..49d2b596 100644 --- a/packages/sqlite-utils/CHANGELOG.md +++ b/packages/sqlite-utils/CHANGELOG.md @@ -1,5 +1,24 @@ # CHANGELOG +## 1.0.1 (2022-06-16) + +* fix: set publishConfig access to public in many package.json ([c861108](https://github.com/jackdbd/calderone/commit/c861108)) +* fix(sqlite-utils): add "files" key in package.json ([ebf8500](https://github.com/jackdbd/calderone/commit/ebf8500)) +* fix(sqlite-utils): make the package public ([aa3b9c6](https://github.com/jackdbd/calderone/commit/aa3b9c6)) +* docs: add link to generated docs in each package README ([435d090](https://github.com/jackdbd/calderone/commit/435d090)) +* docs: rebuild docs ([d9d76a5](https://github.com/jackdbd/calderone/commit/d9d76a5)) +* docs(sqlite-utils): configure API Extractor and TypeDoc ([b829e41](https://github.com/jackdbd/calderone/commit/b829e41)) +* docs(sqlite-utils): update README ([0573836](https://github.com/jackdbd/calderone/commit/0573836)) +* chore: add homepage in each package.json ([3e45595](https://github.com/jackdbd/calderone/commit/3e45595)) +* chore: cleanup ([1f293f3](https://github.com/jackdbd/calderone/commit/1f293f3)) +* chore: cleanup ([716ee18](https://github.com/jackdbd/calderone/commit/716ee18)) +* chore: cleanup ([549181c](https://github.com/jackdbd/calderone/commit/549181c)) +* chore: improve script that publishes to npmjs ([eeca448](https://github.com/jackdbd/calderone/commit/eeca448)) +* chore: update semantic-release config ([7f85707](https://github.com/jackdbd/calderone/commit/7f85707)) +* ci: run CI on GitHub workflow, not Cloud Build ([b63cc91](https://github.com/jackdbd/calderone/commit/b63cc91)) +* ci: update semantic-release config ([f5fe959](https://github.com/jackdbd/calderone/commit/f5fe959)) +* fix(hapi-healthcheck-plugin,hapi-ip-whitelist-plugin): add a bunch of .npmignore ([fac9a88](https://github.com/jackdbd/calderone/commit/fac9a88)) + ## @jackdbd/sqlite-utils 1.0.0 (2022-05-13) * ci: try publishing to Artifact Registry ([3a86457](https://github.com/jackdbd/calderone/commit/3a86457)) diff --git a/packages/sqlite-utils/package.json b/packages/sqlite-utils/package.json index 4781f8f2..dad3b4d0 100644 --- a/packages/sqlite-utils/package.json +++ b/packages/sqlite-utils/package.json @@ -1,6 +1,6 @@ { "name": "@jackdbd/sqlite-utils", - "version": "1.0.0", + "version": "1.0.1", "description": "Utility functions to work with SQLite", "author": { "name": "Giacomo Debidda",