🔖(minor) bump release to 0.1.29

What:

- fix minor issue on summary microservice
- PKCE (oidc) support
- add limitation on recording if supported

and more.
This commit is contained in:
lebaudantoine
2025-07-17 18:25:47 +02:00
parent 3c97418a70
commit 912bac8756
8 changed files with 11 additions and 11 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "mail_mjml",
"version": "0.1.28",
"version": "0.1.29",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mail_mjml",
"version": "0.1.28",
"version": "0.1.29",
"license": "MIT",
"dependencies": {
"@html-to/text-cli": "0.5.4",

View File

@@ -1,6 +1,6 @@
{
"name": "mail_mjml",
"version": "0.1.28",
"version": "0.1.29",
"description": "An util to generate html and text django's templates from mjml templates",
"type": "module",
"dependencies": {