Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Timon Heuser committed Aug 31, 2022
1 parent 3e1c0f2 commit 66d3f11
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.0.0](https://github.com/oneserv/phpstan-ruleset/compare/v1.0.1...v2.0.0) (2022-08-31)

### ⚠ BREAKING CHANGES

* **general:** update to php 8 (#31)

### Features

* **general:** update to php
8 ([#31](https://github.com/oneserv/phpstan-ruleset/issues/31)) ([3e1c0f2](https://github.com/oneserv/phpstan-ruleset/commit/3e1c0f295e5f2832496f0f3b6562940396784f96))

### Removals

* **general:** final
classes ([#30](https://github.com/oneserv/phpstan-ruleset/issues/30)) ([a6c9db7](https://github.com/oneserv/phpstan-ruleset/commit/a6c9db702675ab874b90cae56a89415f2c624cb3))

### [1.0.1](https://github.com/oneserv/phpstan-ruleset/compare/v1.0.0...v1.0.1) (2022-06-22)

Only contains dependency updates.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oneserv/phpstan-ruleset",
"version": "1.0.1",
"version": "2.0.0",
"description": "An opinionated ruleset for PHPStan to enforce Oneserv Coding Standards.",
"scripts": {
"release": "standard-version"
Expand Down

0 comments on commit 66d3f11

Please sign in to comment.