Skip to content

Commit

Permalink
Merge pull request #21 from mattermost/hh_release
Browse files Browse the repository at this point in the history
Update version to 0.30.1-4
  • Loading branch information
hmhealey authored Nov 12, 2024
2 parents c50146e + 56a4619 commit 8d06c9a
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-3 https://github.com/commonmark/commonmark.js @license BSD3 */
/* commonmark 0.30.1-4 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-3",
"version": "0.30.1-4",
"homepage": "https://commonmark.org",
"keywords": [
"markdown",
Expand Down

0 comments on commit 8d06c9a

Please sign in to comment.