Skip to content

Commit 979354c

Browse files
committed
[RELEASE] v1.2.1
1 parent 37507bd commit 979354c

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

Build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"readme": "../README.md",
66
"homepage": "http://www.bk2k.info",
77
"author": "Benjamin Kott",
8-
"version": "1.2.0-dev",
8+
"version": "1.2.1",
99
"license": "GPL-2.0-or-later",
1010
"devDependencies": {
1111
"grunt": "^1.1.0",

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,28 @@
1+
# 1.2.1
2+
3+
## TASK
4+
5+
- [TASK] Update all dependencies 37507bd
6+
- [TASK] Update dependencies de09572
7+
8+
## BUGFIX
9+
10+
- [BUGFIX] Do not use $_EXTKEY 40d160f
11+
12+
# 1.2.0
13+
14+
## FEATURE
15+
16+
- [FEATURE] Add CKEditor Plugin (#2) 733abe7
17+
118
# 1.1.0
219

320
## FEATURE
21+
422
- [FEATURE] Only load prism.js if code elements are present on page 82d1545
523

624
## TASK
25+
726
- [TASK] Add description to readme df5d845
827
- [TASK] Use github-actions 53c0e5b
928
- [TASK] Improve dev environment 286720f
@@ -14,11 +33,13 @@
1433
# 1.0.1
1534

1635
## TASK
36+
1737
- [TASK] Release 1.0.1 bf3aab3
1838
- [TASK] Add TYPO3 8.7 to supported versions. 3ebac34
1939

2040
# 1.0.0
2141

2242
## TASK
43+
2344
- [TASK] Release 1.0.0 3652f46
2445

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
'author' => 'Benjamin Kott',
3030
'author_email' => 'info@bk2k.info',
3131
'author_company' => 'private',
32-
'version' => '1.2.0-dev',
32+
'version' => '1.2.1',
3333
];

0 commit comments

Comments
 (0)