Skip to content

Commit 334e353

Browse files
committed
Create 1.3.0 version
1 parent 257d993 commit 334e353

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 2
6+
end_of_line = lf
7+
charset = utf-8
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true
10+
max_line_length = 120
11+
12+
[*.php]
13+
indent_size = 4

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGELOG
22
=========
33

4-
1.3.0 (2021-01-xx)
4+
1.3.0 (2021-06-14)
55
------------------
66

77
* Add `{% line %}` tag to preserve line numbers in Twig templates

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"extra": {
4646
"branch-alias": {
47-
"dev-master": "1.2-dev"
47+
"dev-master": "1.3-dev"
4848
}
4949
},
5050
"autoload": {

0 commit comments

Comments
 (0)