Skip to content

Commit

Permalink
chore: Version 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed May 20, 2024
1 parent 25f1eb4 commit 718acba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## 1.0.5 - 2024.05.20
### Added
* Converted `addClosure()` to a public method so it is callable by anyone ([#1](https://github.com/nystudio107/craft-closure/pull/1))

## 1.0.4 - 2024.04.15
### Added
* Stable release for Craft CMS 5
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nystudio107/craft-closure",
"description": "Allows you to use arrow function closures in Twig",
"type": "yii2-extension",
"version": "1.0.4",
"version": "1.0.5",
"keywords": [
"craft",
"cms",
Expand All @@ -26,6 +26,7 @@
}
],
"require": {
"php": "^8.0",
"craftcms/cms": "^4.0.0 || ^5.0.0",
"twig/twig": "^3.0.0"
},
Expand Down

0 comments on commit 718acba

Please sign in to comment.