Skip to content

Commit

Permalink
chore(main): release 0.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzoh committed Jul 3, 2024
1 parent ba93fc5 commit d3653be
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.22"
".": "0.1.23"
}
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.23](https://github.com/jobtrek/php-slim-todo/compare/v0.1.22...v0.1.23) (2024-07-03)


### Build System

* **deps-dev:** bump phpstan/phpstan from 1.11.5 to 1.11.6 ([#76](https://github.com/jobtrek/php-slim-todo/issues/76)) ([ba93fc5](https://github.com/jobtrek/php-slim-todo/commit/ba93fc54a8d818091132f5194294e9e2e6567b2f))
* **deps:** bump symfony/var-dumper from 7.1.1 to 7.1.2 ([#77](https://github.com/jobtrek/php-slim-todo/issues/77)) ([a043e46](https://github.com/jobtrek/php-slim-todo/commit/a043e463bbb9a1f6fbcd569773093c51ba08b4e9))

## [0.1.22](https://github.com/jobtrek/php-slim-todo/compare/v0.1.21...v0.1.22) (2024-06-28)


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.22 <!-- x-release-please-version -->
> v0.1.23 <!-- 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.22",
"version": "0.1.23",
"autoload": {
"psr-4": {
"Jobtrek\\PhpSlimTodo\\": "src/"
Expand Down

0 comments on commit d3653be

Please sign in to comment.