From 040d721587aa352cdb0fbc658df9f48f0263e2d5 Mon Sep 17 00:00:00 2001 From: Bastien Nicoud Date: Thu, 7 Nov 2024 10:48:39 +0100 Subject: [PATCH] chore(main): release 0.1.33 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ README.md | 2 +- composer.json | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 94b7863..d76adf7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.32" + ".": "0.1.33" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b29e37..99f9516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.1.33](https://github.com/jobtrek/php-slim-todo/compare/v0.1.32...v0.1.33) (2024-11-07) + + +### Build System + +* **deps:** bump nesbot/carbon from 3.8.0 to 3.8.1 ([#116](https://github.com/jobtrek/php-slim-todo/issues/116)) ([94b2848](https://github.com/jobtrek/php-slim-todo/commit/94b2848eecf9e99da0f6254378f6370e2ce70894)) +* **deps:** bump symfony/var-dumper from 7.1.5 to 7.1.6 ([#114](https://github.com/jobtrek/php-slim-todo/issues/114)) ([3511a5b](https://github.com/jobtrek/php-slim-todo/commit/3511a5bc6785f5c0c62d89df70df7d816f2e1c2c)) +* **deps:** bump twig/twig from 3.14.0 to 3.14.1 ([#117](https://github.com/jobtrek/php-slim-todo/issues/117)) ([2e30bf3](https://github.com/jobtrek/php-slim-todo/commit/2e30bf35be67a11e7ae487eaf460d6f7cd747a9b)) + ## [0.1.32](https://github.com/jobtrek/php-slim-todo/compare/v0.1.31...v0.1.32) (2024-10-24) diff --git a/README.md b/README.md index 4c507f9..457226c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Simple todolist with slim -> v0.1.32 +> v0.1.33 ## Dev diff --git a/composer.json b/composer.json index 8e88b01..761fa97 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "jobtrek/php-slim-todo", "type": "project", - "version": "0.1.32", + "version": "0.1.33", "autoload": { "psr-4": { "Jobtrek\\PhpSlimTodo\\": "src/"