Skip to content

Commit

Permalink
Release v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Mar 30, 2022
1 parent 5bd2922 commit 20d279d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
## Unreleased

## [v0.13.1](https://github.com/thibaudcolas/curlylint/releases/tag/v0.13.1) 2022-03-30

### Fixed

- Update `patch_click` to fix compatibility issue with click 8.1.0. Fix [#132](https://github.com/thibaudcolas/curlylint/issues/132) ([#133](https://github.com/thibaudcolas/curlylint/pull/133)). Thanks to [@jmsmkn](https://github.com/jmsmkn) and [@adamchainz](https://github.com/adamchainz)!
- Fix incorrect documentation for [`no_autofocus`](https://www.curlylint.org/docs/rules/no_autofocus) and [`tabindex_no_positive`](https://www.curlylint.org/docs/rules/tabindex_no_positive).

## [v0.13.0](https://github.com/thibaudcolas/curlylint/releases/tag/v0.13.0) 2021-04-25

This release comes with a blog post! Read on [Quality-of-life improvements](https://www.curlylint.org/blog/quality-of-life-improvements).
Expand Down
2 changes: 1 addition & 1 deletion curlylint/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__name__ = "curlylint"
__version__ = "0.13.0"
__version__ = "0.13.1"
__description__ = "{{ 🎀}} Experimental HTML templates linting for Jinja, Nunjucks, Django templates, Twig, Liquid"
__author__ = "Thibaud Colas"
__author_email__ = "thibaudcolas@gmail.com"
Expand Down

0 comments on commit 20d279d

Please sign in to comment.