Skip to content

Commit 35da616

Browse files
committed
Release: 1.0
- Bumped micro/plugin-twig version to ^1; - Bumped plugin version to 1.0; Signed-off-by: Oleksii Bulba <[email protected]>
1 parent 1513e93 commit 35da616

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [1.0] - 2022-12-14
1111

12+
### Updated
13+
- Updated dependencies;
14+
- Updated README.md;
15+
16+
## [0.1] - 2022-12-14
17+
1218
### Added
1319
- Plugin created;
1420
- Created five twig functions:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "This is a Micro plugin for webpack-encore support",
44
"license": "MIT",
55
"type": "micro-plugin",
6-
"version": "0.1",
6+
"version": "1.0",
77
"authors": [
88
{
99
"name": "Oleksii Bulba",
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": "^8.1 || ^8.2",
15-
"micro/plugin-twig": "^0",
15+
"micro/plugin-twig": "^1",
1616
"symfony/serializer": "^6.2"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)