We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7151b08 commit baa4b21Copy full SHA for baa4b21
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## [2.1.5](https://github.com/jGleitz/markdown-it-prism/compare/v2.1.4...v2.1.5) (2021-03-06)
6
+
7
8
+### Bug Fixes
9
10
+* **license:** re-license under MIT ([7151b08](https://github.com/jGleitz/markdown-it-prism/commit/7151b08986ddcd52a9b4e679383a2e896f1d4451))
11
12
## [2.1.4](https://github.com/jGleitz/markdown-it-prism/compare/v2.1.3...v2.1.4) (2020-12-31)
13
14
package.json
@@ -1,6 +1,6 @@
1
{
"name": "markdown-it-prism",
- "version": "2.1.4",
+ "version": "2.1.5",
"description": "Highlights code blocks in markdown-it using Prism.",
"keywords": [
"markdown-it",
0 commit comments