Skip to content

Commit

Permalink
Bump to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmikkel committed Jun 10, 2024
1 parent 5eebb34 commit 43fc2d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## 3.1.0 - 2024-06-10
### Added
- Adds support for the body element selector (i.e. `'body'`), which can be used in conjunction with the child combinator to only select top-level nodes (e.g. `'body > p'`). [#68](https://github.com/mmikkel/Retcon-Craft/issues/68)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mmikkel/retcon",
"description": "Powerful Twig filters for mutating and querying HTML",
"type": "craft-plugin",
"version": "3.0.0",
"version": "3.1.0",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 43fc2d8

Please sign in to comment.