Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit 2e9357b

Browse files
chore(release): 3.2.0 [skip ci]
## [3.2.0](v3.1.1...v3.2.0) (2021-03-02) ### Features * added branches to semantic-release ([e3ce47c](e3ce47c)) * added semantic-release workflow ([09db052](09db052)) * updated composer require-dev versions ([#20](#20)) ([7ee21d7](7ee21d7)) * updated composer require-dev versions ([#21](#21)) ([5645b25](5645b25)) ### Bug Fixes * disable jit ([92b4262](92b4262)) * disable jit ([9056e59](9056e59)) * fixed found phpstan errors ([9eddb42](9eddb42)) * fixed markdown-lint pipe ([1921fae](1921fae)) * removed composer-prefetcher ([943c9ae](943c9ae))
1 parent d2ea872 commit 2e9357b

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## [3.2.0](https://github.com/narrowspark/php-cs-fixer-config/compare/v3.1.1...v3.2.0) (2021-03-02)
2+
3+
4+
### Features
5+
6+
* added branches to semantic-release ([e3ce47c](https://github.com/narrowspark/php-cs-fixer-config/commit/e3ce47c4bfaff69be3e529b6a721f49f5484f7fe))
7+
* added semantic-release workflow ([09db052](https://github.com/narrowspark/php-cs-fixer-config/commit/09db052d5fbd667a64fb9ad8a69d049f8963e312))
8+
* updated composer require-dev versions ([#20](https://github.com/narrowspark/php-cs-fixer-config/issues/20)) ([7ee21d7](https://github.com/narrowspark/php-cs-fixer-config/commit/7ee21d79a1b88eb58fd2ebfce60acd8baac0ffdd))
9+
* updated composer require-dev versions ([#21](https://github.com/narrowspark/php-cs-fixer-config/issues/21)) ([5645b25](https://github.com/narrowspark/php-cs-fixer-config/commit/5645b25b22923007e5c0224e9b0327a69c646b47))
10+
11+
12+
### Bug Fixes
13+
14+
* disable jit ([92b4262](https://github.com/narrowspark/php-cs-fixer-config/commit/92b426233907cc5d5aaeac1ebcda0a89ff48b741))
15+
* disable jit ([9056e59](https://github.com/narrowspark/php-cs-fixer-config/commit/9056e596771903cd49aa3058c754b00af47e21fc))
16+
* fixed found phpstan errors ([9eddb42](https://github.com/narrowspark/php-cs-fixer-config/commit/9eddb4297521cec862b90bbddf7a83448f0e1d83))
17+
* fixed markdown-lint pipe ([1921fae](https://github.com/narrowspark/php-cs-fixer-config/commit/1921faedf770c6e0fb30ca1fcf0c2a4b63c8adfb))
18+
* removed composer-prefetcher ([943c9ae](https://github.com/narrowspark/php-cs-fixer-config/commit/943c9ae8d4194f920570939c312a0c23d2dd28dd))

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"extra": {
5050
"branch-alias": {
51-
"dev-master": "1.0-dev"
51+
"dev-master": "3.2-dev"
5252
}
5353
},
5454
"autoload": {

0 commit comments

Comments
 (0)