diff --git a/obsinflate/CHANGELOG.md b/obsinflate/CHANGELOG.md index 3843ddb..f01e9be 100644 --- a/obsinflate/CHANGELOG.md +++ b/obsinflate/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.1](https://github.com/petitpandarouge/ObsidianScripts/compare/obsinflate-2.0.0...obsinflate-2.0.1) (2024-11-09) + + +### Bug Fixes + +* **quickadd:** fix require.extensions is not supported by webpack. Use a loader instead error ([#43](https://github.com/petitpandarouge/ObsidianScripts/issues/43)) ([a2816f0](https://github.com/petitpandarouge/ObsidianScripts/commit/a2816f07506f7232e7f18d33bd557c129e7fc8db)) + # [2.0.0](https://github.com/petitpandarouge/ObsidianScripts/compare/obsinflate-1.1.0...obsinflate-2.0.0) (2024-11-09) diff --git a/obsinflate/package-lock.json b/obsinflate/package-lock.json index c87d115..d9d355b 100644 --- a/obsinflate/package-lock.json +++ b/obsinflate/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsinflate", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsinflate", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "devDependencies": { "@commitlint/cli": "^19.5.0", diff --git a/obsinflate/package.json b/obsinflate/package.json index 19746cc..e19e8aa 100644 --- a/obsinflate/package.json +++ b/obsinflate/package.json @@ -1,6 +1,6 @@ { "name": "obsinflate", - "version": "2.0.0", + "version": "2.0.1", "private": true, "description": "TypeScript framework that allows building extension scripts for Obsidian plugins.", "config": {