We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ee337 commit 9103e34Copy full SHA for 9103e34
changelog.txt
@@ -1,6 +1,10 @@
1
+[0.31.2]
2
+
3
+ * Fix packaging bug (date not updated in spec.txt).
4
5
[0.31.1]
6
- * Fix packaging bug in 0.31 (spec version not updated in spec.txt).
7
+ * Fix packaging bug (spec version not updated in spec.txt).
8
9
[0.31]
10
package.json
@@ -1,6 +1,6 @@
{
"name": "commonmark-spec",
- "version": "0.31.1",
+ "version": "0.31.2",
"description": "CommonMark spec and test cases",
"homepage": "https://commonmark.org",
"license": "CC-BY-SA-4.0",
spec.txt
@@ -1,8 +1,8 @@
---
title: CommonMark Spec
author: John MacFarlane
-version: '0.31.1'
-date: '2021-06-19'
+version: '0.31.2'
+date: '2024-01-28'
license: '[CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)'
...
0 commit comments