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