Skip to content

Commit 66d3f11

Browse files
author
Timon Heuser
committed
chore(release): 2.0.0
1 parent 3e1c0f2 commit 66d3f11

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
55

6+
## [2.0.0](https://github.com/oneserv/phpstan-ruleset/compare/v1.0.1...v2.0.0) (2022-08-31)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **general:** update to php 8 (#31)
11+
12+
### Features
13+
14+
* **general:** update to php
15+
8 ([#31](https://github.com/oneserv/phpstan-ruleset/issues/31)) ([3e1c0f2](https://github.com/oneserv/phpstan-ruleset/commit/3e1c0f295e5f2832496f0f3b6562940396784f96))
16+
17+
### Removals
18+
19+
* **general:** final
20+
classes ([#30](https://github.com/oneserv/phpstan-ruleset/issues/30)) ([a6c9db7](https://github.com/oneserv/phpstan-ruleset/commit/a6c9db702675ab874b90cae56a89415f2c624cb3))
21+
622
### [1.0.1](https://github.com/oneserv/phpstan-ruleset/compare/v1.0.0...v1.0.1) (2022-06-22)
723

824
Only contains dependency updates.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oneserv/phpstan-ruleset",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "An opinionated ruleset for PHPStan to enforce Oneserv Coding Standards.",
55
"scripts": {
66
"release": "standard-version"

0 commit comments

Comments
 (0)