File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 4.2.0] - 2025-03-14
10
+
9
11
### Updated
10
12
- PrismJS to version 1.30.0
11
13
@@ -173,7 +175,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
173
175
- Syntax highlighting with PrismJS
174
176
175
177
176
- [ Unreleased ] : https://github.com/brotkrueml/codehighlight/compare/v4.1.1...HEAD
178
+ [ Unreleased ] : https://github.com/brotkrueml/codehighlight/compare/v4.2.0...HEAD
179
+ [ 4.2.0 ] : https://github.com/brotkrueml/codehighlight/compare/v4.1.1...v4.2.0
177
180
[ 4.1.1 ] : https://github.com/brotkrueml/codehighlight/compare/v4.1.0...v4.1.1
178
181
[ 4.1.0 ] : https://github.com/brotkrueml/codehighlight/compare/v4.0.0...v4.1.0
179
182
[ 4.0.0 ] : https://github.com/brotkrueml/codehighlight/compare/v3.1.1...v4.0.0
Original file line number Diff line number Diff line change @@ -8,9 +8,12 @@ All notable changes to this project will be documented in this file.
8
8
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/ >`_\ ,
9
9
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html >`_.
10
10
11
- `Unreleased <https://github.com/brotkrueml/codehighlight/compare/v4.1.1 ...HEAD >`_
11
+ `Unreleased <https://github.com/brotkrueml/codehighlight/compare/v4.2.0 ...HEAD >`_
12
12
-------------------------------------------------------------------------------------
13
13
14
+ `4.2.0 <https://github.com/brotkrueml/codehighlight/compare/v4.1.1...v4.2.0 >`_ - 2025-03-14
15
+ -----------------------------------------------------------------------------------------------
16
+
14
17
Updated
15
18
^^^^^^^
16
19
Original file line number Diff line number Diff line change 17
17
title =" Code Highlight"
18
18
copyright =" since 2019 by Chris Müller"
19
19
version =" 4.2"
20
- release =" 4.2.0-dev "
20
+ release =" 4.2.0"
21
21
/>
22
22
<inventory
23
23
id =" t3coreapi_main"
Original file line number Diff line number Diff line change 8
8
'clearCacheOnLoad ' => true ,
9
9
'author ' => 'Chris Müller ' ,
10
10
'author_email ' => 'typo3@brotkrueml.dev ' ,
11
- 'version ' => '4.2.0-dev ' ,
11
+ 'version ' => '4.2.0 ' ,
12
12
'constraints ' => [
13
13
'depends ' => [
14
14
'typo3 ' => '12.4.0-13.4.99 ' ,
You can’t perform that action at this time.
0 commit comments