Skip to content

Commit 9103e34

Browse files
committedJan 28, 2024
Bump to 0.31.2, update date in spec.txt, update changelog
1 parent c5ee337 commit 9103e34

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed
 

‎changelog.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
[0.31.2]
2+
3+
* Fix packaging bug (date not updated in spec.txt).
4+
15
[0.31.1]
26

3-
* Fix packaging bug in 0.31 (spec version not updated in spec.txt).
7+
* Fix packaging bug (spec version not updated in spec.txt).
48

59
[0.31]
610

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commonmark-spec",
3-
"version": "0.31.1",
3+
"version": "0.31.2",
44
"description": "CommonMark spec and test cases",
55
"homepage": "https://commonmark.org",
66
"license": "CC-BY-SA-4.0",

‎spec.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: CommonMark Spec
33
author: John MacFarlane
4-
version: '0.31.1'
5-
date: '2021-06-19'
4+
version: '0.31.2'
5+
date: '2024-01-28'
66
license: '[CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)'
77
...
88

0 commit comments

Comments
 (0)
Please sign in to comment.