Skip to content

Commit

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

* fix(telegram-text-messages): add "files" key in package.json ([f411e29](f411e29))
* chore: add homepage in each package.json ([3e45595](3e45595))
* chore: cleanup ([1f293f3](1f293f3))
* chore: cleanup ([716ee18](716ee18))
* chore: cleanup ([549181c](549181c))
* chore: cleanup scripts ([f8b4410](f8b4410))
* chore: improve script that publishes to npmjs ([eeca448](eeca448))
* chore: update semantic-release config ([7f85707](7f85707))
* docs: add badges in READMEs ([75a2fe6](75a2fe6))
* docs: add link to generated docs in each package README ([435d090](435d090))
* docs: rebuild all docs ([ed00bd6](ed00bd6))
* docs: rebuild docs ([d9d76a5](d9d76a5))
* docs: rebuild docs ([599e4f2](599e4f2))
* docs: rebuild docs ([f9ccc97](f9ccc97))
* docs(telegram-text-messages): configure API Extractor and TypeDoc ([c235fa6](c235fa6))
* 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 15, 2022
1 parent 764e9c2 commit a46bead
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions packages/telegram-text-messages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# CHANGELOG

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

* fix(telegram-text-messages): add "files" key in package.json ([f411e29](https://github.com/jackdbd/calderone/commit/f411e29))
* 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: cleanup scripts ([f8b4410](https://github.com/jackdbd/calderone/commit/f8b4410))
* 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))
* docs: add badges in READMEs ([75a2fe6](https://github.com/jackdbd/calderone/commit/75a2fe6))
* docs: add link to generated docs in each package README ([435d090](https://github.com/jackdbd/calderone/commit/435d090))
* docs: rebuild all docs ([ed00bd6](https://github.com/jackdbd/calderone/commit/ed00bd6))
* docs: rebuild docs ([d9d76a5](https://github.com/jackdbd/calderone/commit/d9d76a5))
* docs: rebuild docs ([599e4f2](https://github.com/jackdbd/calderone/commit/599e4f2))
* docs: rebuild docs ([f9ccc97](https://github.com/jackdbd/calderone/commit/f9ccc97))
* docs(telegram-text-messages): configure API Extractor and TypeDoc ([c235fa6](https://github.com/jackdbd/calderone/commit/c235fa6))
* 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/telegram-text-messages 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/telegram-text-messages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jackdbd/telegram-text-messages",
"version": "1.0.0",
"version": "1.0.1",
"description": "Factory functions that return HTML-formatted strings to use in Telegram messages",
"author": {
"name": "Giacomo Debidda",
Expand Down

0 comments on commit a46bead

Please sign in to comment.