Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [1.1.0](https://github.com/wayofdev/php-cs-fixer-config/compare/v1.0.2...v1.1.0) (2023-03-17)


### Features

* allow automerge ([0ea57a6](https://github.com/wayofdev/php-cs-fixer-config/commit/0ea57a630ccc35d84deb9cc3f40ab064523317a2))
* enable auto-merge ([0450f0f](https://github.com/wayofdev/php-cs-fixer-config/commit/0450f0f1d59050511fcc24f67bb1de210d371b58))
* phpunit v10 and code coverage ([1864b22](https://github.com/wayofdev/php-cs-fixer-config/commit/1864b22b83bf65c0db5b1e6cbc1b90f087aa1f35))
* update dependencies and ci workflows ([f55cf67](https://github.com/wayofdev/php-cs-fixer-config/commit/f55cf678cf3914192a0c76603dd60ee3c0c45b1c))


### Bug Fixes

* allow to run on php 8.2 ([8c86113](https://github.com/wayofdev/php-cs-fixer-config/commit/8c8611313f2a17f4828af2b2da1ee330f504694d))
* **deps:** update dependency friendsofphp/php-cs-fixer to v3.15.1 ([a813621](https://github.com/wayofdev/php-cs-fixer-config/commit/a813621f9e7f3b7e2ba93f241d2177926bb43f5a))
* ignore php-actions package which has wrong version ([272a67e](https://github.com/wayofdev/php-cs-fixer-config/commit/272a67e3e2df4f6d8c762b96b8537d89903013f8))


### Miscellaneous

* **deps:** update dependency phpstan/phpstan to v1.10.6 ([eec70f3](https://github.com/wayofdev/php-cs-fixer-config/commit/eec70f39792b5e75f6f57bbc82523a13769a8581))
* **deps:** update dependency phpstan/phpstan to v1.10.7 ([c4000bf](https://github.com/wayofdev/php-cs-fixer-config/commit/c4000bf796df510a296a734de22ba4cb143de6c9))
* **deps:** update dependency phpunit/phpunit to v10.0.16 ([98a5894](https://github.com/wayofdev/php-cs-fixer-config/commit/98a5894829b3fd9d53480e4ee9bbfd16e2fdff02))

## [1.0.2](https://github.com/wayofdev/php-cs-fixer-config/compare/v1.0.1...v1.0.2) (2022-08-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.2",
"version": "1.1.0",
"repository": {
"url": "https://github.com/wayofdev/php-cs-fixer-config.git"
}
Expand Down