Skip to content

Commit

Permalink
chore(sqlite-utils): release v.1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## <small>1.0.1 (2022-06-16)</small>

* fix: set publishConfig access to public in many package.json ([c861108](c861108))
* fix(sqlite-utils): add "files" key in package.json ([ebf8500](ebf8500))
* fix(sqlite-utils): make the package public ([aa3b9c6](aa3b9c6))
* docs: add link to generated docs in each package README ([435d090](435d090))
* docs: rebuild docs ([d9d76a5](d9d76a5))
* docs(sqlite-utils): configure API Extractor and TypeDoc ([b829e41](b829e41))
* docs(sqlite-utils): update README ([0573836](0573836))
* chore: add homepage in each package.json ([3e45595](3e45595))
* chore: cleanup ([1f293f3](1f293f3))
* chore: cleanup ([716ee18](716ee18))
* chore: cleanup ([549181c](549181c))
* chore: improve script that publishes to npmjs ([eeca448](eeca448))
* chore: update semantic-release config ([7f85707](7f85707))
* ci: run CI on GitHub workflow, not Cloud Build ([b63cc91](b63cc91))
* ci: update semantic-release config ([f5fe959](f5fe959))
* fix(hapi-healthcheck-plugin,hapi-ip-whitelist-plugin): add a bunch of .npmignore ([fac9a88](fac9a88))
  • Loading branch information
semantic-release-bot committed Jun 16, 2022
1 parent 8b74055 commit d6f6179
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions packages/sqlite-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# CHANGELOG

## <small>1.0.1 (2022-06-16)</small>

* 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))
Expand Down
2 changes: 1 addition & 1 deletion packages/sqlite-utils/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d6f6179

Please sign in to comment.