Skip to content

Commit

Permalink
[RELEASE] v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Apr 20, 2020
1 parent 37507bd commit 979354c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"readme": "../README.md",
"homepage": "http://www.bk2k.info",
"author": "Benjamin Kott",
"version": "1.2.0-dev",
"version": "1.2.1",
"license": "GPL-2.0-or-later",
"devDependencies": {
"grunt": "^1.1.0",
Expand Down
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,28 @@
# 1.2.1

## TASK

- [TASK] Update all dependencies 37507bd
- [TASK] Update dependencies de09572

## BUGFIX

- [BUGFIX] Do not use $_EXTKEY 40d160f

# 1.2.0

## FEATURE

- [FEATURE] Add CKEditor Plugin (#2) 733abe7

# 1.1.0

## FEATURE

- [FEATURE] Only load prism.js if code elements are present on page 82d1545

## TASK

- [TASK] Add description to readme df5d845
- [TASK] Use github-actions 53c0e5b
- [TASK] Improve dev environment 286720f
Expand All @@ -14,11 +33,13 @@
# 1.0.1

## TASK

- [TASK] Release 1.0.1 bf3aab3
- [TASK] Add TYPO3 8.7 to supported versions. 3ebac34

# 1.0.0

## TASK

- [TASK] Release 1.0.0 3652f46

2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
'author' => 'Benjamin Kott',
'author_email' => '[email protected]',
'author_company' => 'private',
'version' => '1.2.0-dev',
'version' => '1.2.1',
];

0 comments on commit 979354c

Please sign in to comment.