Skip to content

Commit

Permalink
Publish v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amikheychik committed Apr 2, 2022
1 parent 5af4333 commit 5be12f3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
= Changelog

== v0.13.0-beta (next)
== v0.13.0

* Updated `@perfective/eslint-config` to `0.17.0-beta`.
* Updated `@perfective/eslint-config` to `0.17.0`.
* Upgraded `@angular-eslint` to `13.1.0`.
* Upgraded `eslint-plugin-rxjs-angular` to `2.0.0`.

Expand Down
2 changes: 1 addition & 1 deletion MIGRATION_GUIDE.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Migration between minor versions follows the same steps:
** check for the regressions.


== From `v0.12.1` to `v0.13.0-beta`
== From `v0.12.1` to `v0.13.0`

.Disable new rules in the `.eslintrc.js`
[source,js]
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": "@perfective/eslint-config-angular",
"version": "0.13.0-beta",
"version": "0.13.0",
"description": "ESLint shareable rules configuration for Angular",
"keywords": [
"angular",
Expand Down

0 comments on commit 5be12f3

Please sign in to comment.