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 30, 2024
1 parent a6496e6 commit 845e803
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.37"
".": "0.1.38"
}
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.38](https://github.com/jobtrek/php-slim-todo/compare/v0.1.37...v0.1.38) (2024-12-30)


### 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:** 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 845e803

Please sign in to comment.