Skip to content

Commit

Permalink
Document fix in 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraq committed Apr 1, 2019
1 parent 6ca356a commit ff7394f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Changelog
As of 1.3.0, this project follows [Semantic Versioning](http://semver.org/).


### 2.4.1
- Fix missing `positions` value from `GroupingStrategy` sorting method
([#185](https://github.com/ultraq/thymeleaf-layout-dialect/issues/185))


### 2.4.0
- Allow passing of values up to layout templates using fragment parameters
([#157](https://github.com/ultraq/thymeleaf-layout-dialect/issues/157))
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ project.sourceCompatibility = '1.7'

project.group = 'nz.net.ultraq.thymeleaf'
project.artifact = 'thymeleaf-layout-dialect'
project.version = '2.4.1-SNAPSHOT'
project.version = '2.4.1'
project.year = '2012'
project.contributors = [
[
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thymeleaf-layout-dialect",
"version": "2.4.1-SNAPSHOT",
"version": "2.4.1",
"description": "A dialect for Thymeleaf that lets you build layouts and reusable templates in order to improve code reuse",
"author": "Emanuel Rabina <emanuelrabina@gmail.com> (http://www.ultraq.net.nz/)",
"scripts": {
Expand Down

0 comments on commit ff7394f

Please sign in to comment.