Skip to content

Commit

Permalink
chore(main): release 0.1.38
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzoh committed Dec 31, 2024
1 parent 8ecdae8 commit 15a854c
Show file tree
Hide file tree
Showing 4 changed files with 13 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.37"
".": "0.1.38"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.1.38](https://github.com/jobtrek/php-slim-todo/compare/v0.1.37...v0.1.38) (2024-12-31)


### Build System

* **deps-dev:** bump laravel/pint from 1.18.3 to 1.19.0 ([#135](https://github.com/jobtrek/php-slim-todo/issues/135)) ([a6496e6](https://github.com/jobtrek/php-slim-todo/commit/a6496e6eb81e15d19ed5904bc90d93358babec53))
* **deps-dev:** bump phpstan/phpstan from 2.0.3 to 2.0.4 ([#134](https://github.com/jobtrek/php-slim-todo/issues/134)) ([728a0c2](https://github.com/jobtrek/php-slim-todo/commit/728a0c2f62a19555f6c0777312b2f41558144133))
* **deps:** bump nanoid from 3.3.7 to 3.3.8 ([#132](https://github.com/jobtrek/php-slim-todo/issues/132)) ([8ecdae8](https://github.com/jobtrek/php-slim-todo/commit/8ecdae85e3741c214cb05a6554cc53af41c8d5b8))
* **deps:** bump nesbot/carbon from 3.8.2 to 3.8.4 ([#136](https://github.com/jobtrek/php-slim-todo/issues/136)) ([8b2854b](https://github.com/jobtrek/php-slim-todo/commit/8b2854be9f40c646f23406ea190344e7150bacf7))

## [0.1.37](https://github.com/jobtrek/php-slim-todo/compare/v0.1.36...v0.1.37) (2024-12-03)


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

0 comments on commit 15a854c

Please sign in to comment.