From fdfc5508552feb980526352ab3543769e3edd09e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 16:40:59 +0000 Subject: [PATCH] chore(main): release 1.0.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5258b40..b1f468e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.1](https://github.com/Pkcarreno/jsod/compare/v1.0.0...v1.0.1) (2024-06-02) + + +### Bug Fixes + +* limited fonts to be exported ([de55270](https://github.com/Pkcarreno/jsod/commit/de55270c508a7f94251f86b7425bfdcd73fd13eb)) +* resolve worker format ([107cd58](https://github.com/Pkcarreno/jsod/commit/107cd586e5853844a973ff8b9e0ccbcdb319d8ca)) + ## 1.0.0 (2024-06-02) diff --git a/package.json b/package.json index 58289e6..84bae06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsod", - "version": "1.0.0", + "version": "1.0.1", "description": "Write, run, and share JavaScript code instantly", "author": "Pedro CarreƱo (34664891+Pkcarreno@users.noreply.github.com)", "type": "module",