Skip to content

Commit

Permalink
chore(eleventy-plugin-telegram): release v.2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## @jackdbd/eleventy-plugin-telegram [2.0.0](https://github.com/jackdbd/undici/compare/@jackdbd/[email protected]...@jackdbd/[email protected]) (2024-02-03)

### ⚠ BREAKING CHANGES

* **eleventy-plugin-telegram:** change the environment variable used for the Telegram
bot token
* **eleventy-plugin-text-to-speech:** removed a lot of options and move some of them in each
rule.

* **eleventy-plugin-text-to-speech:** big changes ([1191784](1191784))

### Features

* **eleventy-plugin-telegram:** change env var ([ae3fb0c](ae3fb0c))

### Bug Fixes

* **eleventy-plugin-telegram:** replace joi with zod ([b68ba32](b68ba32))
  • Loading branch information
semantic-release-bot committed Feb 3, 2024
1 parent 6a40717 commit f698770
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions packages/eleventy-plugin-telegram/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# CHANGELOG

## @jackdbd/eleventy-plugin-telegram [2.0.0](https://github.com/jackdbd/undici/compare/@jackdbd/[email protected]...@jackdbd/[email protected]) (2024-02-03)


### ⚠ BREAKING CHANGES

* **eleventy-plugin-telegram:** change the environment variable used for the Telegram
bot token
* **eleventy-plugin-text-to-speech:** removed a lot of options and move some of them in each
rule.

* **eleventy-plugin-text-to-speech:** big changes ([1191784](https://github.com/jackdbd/undici/commit/1191784bf8742f83d0cec6c289fe62df1fbcff9f))


### Features

* **eleventy-plugin-telegram:** change env var ([ae3fb0c](https://github.com/jackdbd/undici/commit/ae3fb0c723caf041eff915d638a1b625a780bb85))


### Bug Fixes

* **eleventy-plugin-telegram:** replace joi with zod ([b68ba32](https://github.com/jackdbd/undici/commit/b68ba329891a459705b1fbcbf8a979483a7d0ab1))

## @jackdbd/eleventy-plugin-telegram [2.0.0-canary.1](https://github.com/jackdbd/undici/compare/@jackdbd/[email protected]...@jackdbd/[email protected]) (2024-01-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/eleventy-plugin-telegram/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jackdbd/eleventy-plugin-telegram",
"version": "2.0.0-canary.1",
"version": "2.0.0",
"description": "Eleventy plugin that sends Telegram messages when Eleventy starts/finishes building your site.",
"author": {
"name": "Giacomo Debidda",
Expand Down

0 comments on commit f698770

Please sign in to comment.