0.3.6
All checks were successful
Build and publish / build-and-publish (push) Successful in 20s

This commit is contained in:
James Brumond 2023-08-19 16:03:21 -07:00
parent 619762a5cd
commit ce4c2c171a
Signed by: james
GPG Key ID: E8F2FC44BAA3357A
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@doc-utils/markdown2html",
"version": "0.3.5",
"version": "0.3.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@doc-utils/markdown2html",
"version": "0.3.5",
"version": "0.3.6",
"dependencies": {
"bytefield-svg": "^1.6.1",
"dompurify": "^2.3.6",

View File

@ -1,6 +1,6 @@
{
"name": "@doc-utils/markdown2html",
"version": "0.3.5",
"version": "0.3.6",
"publishConfig": {
"registry": "https://gitea.home.jbrumond.me/api/packages/doc-utils/npm/"
},