Skip to content

Commit

Permalink
chore(main): release 0.1.36 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzoh authored Nov 26, 2024
1 parent 3b590fc commit 27d68ff
Show file tree
Hide file tree
Showing 4 changed files with 10 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.35"
".": "0.1.36"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.36](https://github.com/jobtrek/php-slim-todo/compare/v0.1.35...v0.1.36) (2024-11-26)


### Build System

* **deps-dev:** bump laravel/pint from 1.18.1 to 1.18.2 ([#126](https://github.com/jobtrek/php-slim-todo/issues/126)) ([3b590fc](https://github.com/jobtrek/php-slim-todo/commit/3b590fce63482e050563e442e56717a918d82909))

## [0.1.35](https://github.com/jobtrek/php-slim-todo/compare/v0.1.34...v0.1.35) (2024-11-19)


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

0 comments on commit 27d68ff

Please sign in to comment.