Skip to content

Commit

Permalink
0.30.1-1
Browse files Browse the repository at this point in the history
  • Loading branch information
hmhealey committed Aug 31, 2023
1 parent e5367d2 commit 4ab77bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/commonmark.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* commonmark 0.30.1-0 https://github.com/commonmark/commonmark.js @license BSD3 */
/* commonmark 0.30.1-1 https://github.com/commonmark/commonmark.js @license BSD3 */
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mattermost/commonmark",
"description": "the Mattermost fork of a strongly specified, highly compatible variant of Markdown",
"version": "0.30.1-0",
"version": "0.30.1-1",
"homepage": "https://commonmark.org",
"keywords": [
"markdown",
Expand Down

0 comments on commit 4ab77bc

Please sign in to comment.