Skip to content

Commit

Permalink
chore(main): release 0.1.32 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzoh authored Oct 24, 2024
1 parent 1e4de31 commit 21cfa1e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.31"
".": "0.1.32"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.32](https://github.com/jobtrek/php-slim-todo/compare/v0.1.31...v0.1.32) (2024-10-24)


### Build System

* **deps-dev:** bump phpstan/phpstan from 1.12.5 to 1.12.6 ([#111](https://github.com/jobtrek/php-slim-todo/issues/111)) ([93b540f](https://github.com/jobtrek/php-slim-todo/commit/93b540fdbcdd5a45e74a237622b5df8ab2effe20))
* **deps-dev:** bump phpstan/phpstan from 1.12.6 to 1.12.7 ([#113](https://github.com/jobtrek/php-slim-todo/issues/113)) ([1e4de31](https://github.com/jobtrek/php-slim-todo/commit/1e4de3108377b1f9a6d255c7932f42213bced24e))

## [0.1.31](https://github.com/jobtrek/php-slim-todo/compare/v0.1.30...v0.1.31) (2024-10-01)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Simple todolist with slim

> v0.1.31 <!-- x-release-please-version -->
> v0.1.32 <!-- x-release-please-version -->
## Dev

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jobtrek/php-slim-todo",
"type": "project",
"version": "0.1.31",
"version": "0.1.32",
"autoload": {
"psr-4": {
"Jobtrek\\PhpSlimTodo\\": "src/"
Expand Down

0 comments on commit 21cfa1e

Please sign in to comment.