Skip to content

Commit

Permalink
chore(release): 2.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.1](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](#43)) ([a2816f0](a2816f0))
  • Loading branch information
semantic-release-bot committed Nov 9, 2024
1 parent a2816f0 commit b0d9e49
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions obsinflate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions obsinflate/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 obsinflate/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit b0d9e49

Please sign in to comment.