Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
acalvino4 committed May 4, 2023
1 parent 74eb6f2 commit 27bc3b5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@

## Unreleased

## [1.0.1] - 2023-05-04

- Fix and standardize file formatting and contents

## [1.0.0] - 2023-05-02

- add tests
- add ecs and phpstan checks for test directory
- add github actions workflow to run tests and generate code coverage
- Add tests
- Add ecs and phpstan checks for test directory
- Add github actions workflow to run tests and generate code coverage

## [0.1.1] - 2023-04-27

Expand All @@ -17,6 +21,7 @@

- Add twig extension that allows parsing of an implicit default block from embed contents

[1.0.1]: (https://github.com/acalvino4/twig-embed-implicit-default/releases/tag/1.0.1)
[1.0.0]: (https://github.com/acalvino4/twig-embed-implicit-default/releases/tag/1.0.0)
[0.1.1]: (https://github.com/acalvino4/twig-embed-implicit-default/releases/tag/0.1.1)
[0.1.0]: (https://github.com/acalvino4/twig-embed-implicit-default/releases/tag/0.1.0)
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "acalvino4/twig-embed-implicit-default",
"description": "Extends the twig embed tag to allow an implicit default block",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/acalvino4/twig-embed-with-default-block",
"license": "mit",
"authors": [
Expand Down

0 comments on commit 27bc3b5

Please sign in to comment.