From 447f3da933c17fa2acc07056d6400e57b99f750a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 28 Jan 2024 08:58:44 -0800 Subject: [PATCH] Bump to 0.31.1 and update changelog --- changelog.txt | 4 ++++ package.json | 2 +- spec.txt | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index aef46b66..fafa572d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +[0.31.1] + + * Fix packaging bug in 0.31 (spec version not updated in spec.txt). + [0.31] * Relicense npm package under CC-BY-SA (Yukai Chou). diff --git a/package.json b/package.json index efa8bb3f..1d29d8d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "commonmark-spec", - "version": "0.31.0", + "version": "0.31.1", "description": "CommonMark spec and test cases", "homepage": "https://commonmark.org", "license": "CC-BY-SA-4.0", diff --git a/spec.txt b/spec.txt index d94359af..2442d811 100644 --- a/spec.txt +++ b/spec.txt @@ -1,7 +1,7 @@ --- title: CommonMark Spec author: John MacFarlane -version: '0.31' +version: '0.31.1' date: '2021-06-19' license: '[CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)' ...