File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
66
77## [ Unreleased]
88
9+ ## [ 4.2.0] - 2025-03-14
10+
911### Updated
1012- PrismJS to version 1.30.0
1113
@@ -173,7 +175,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
173175- Syntax highlighting with PrismJS
174176
175177
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
177180[ 4.1.1 ] : https://github.com/brotkrueml/codehighlight/compare/v4.1.0...v4.1.1
178181[ 4.1.0 ] : https://github.com/brotkrueml/codehighlight/compare/v4.0.0...v4.1.0
179182[ 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.
88The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/ >`_\ ,
99and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html >`_.
1010
11- `Unreleased <https://github.com/brotkrueml/codehighlight/compare/v4.1.1 ...HEAD >`_
11+ `Unreleased <https://github.com/brotkrueml/codehighlight/compare/v4.2.0 ...HEAD >`_
1212-------------------------------------------------------------------------------------
1313
14+ `4.2.0 <https://github.com/brotkrueml/codehighlight/compare/v4.1.1...v4.2.0 >`_ - 2025-03-14
15+ -----------------------------------------------------------------------------------------------
16+
1417Updated
1518^^^^^^^
1619
Original file line number Diff line number Diff line change 1717 title =" Code Highlight"
1818 copyright =" since 2019 by Chris Müller"
1919 version =" 4.2"
20- release =" 4.2.0-dev "
20+ release =" 4.2.0"
2121 />
2222 <inventory
2323 id =" t3coreapi_main"
Original file line number Diff line number Diff line change 88 'clearCacheOnLoad ' => true ,
99 'author ' => 'Chris Müller ' ,
1010 'author_email ' => 'typo3@brotkrueml.dev ' ,
11- 'version ' => '4.2.0-dev ' ,
11+ 'version ' => '4.2.0 ' ,
1212 'constraints ' => [
1313 'depends ' => [
1414 'typo3 ' => '12.4.0-13.4.99 ' ,
You can’t perform that action at this time.
0 commit comments