Skip to content

Commit

Permalink
Bump to 0.31.1 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Jan 28, 2024
1 parent 47c8f97 commit 447f3da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion spec.txt
Original file line number Diff line number Diff line change
@@ -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/)'
...
Expand Down

0 comments on commit 447f3da

Please sign in to comment.