Skip to content

Commit

Permalink
Merge pull request #9 from javalent/release-please--branches--main--c…
Browse files Browse the repository at this point in the history
…omponents--utilities

chore(main): release 1.1.6
  • Loading branch information
valentine195 authored Jun 1, 2024
2 parents c2b3209 + 6a70ab5 commit 80e7e40
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.1.6](https://github.com/javalent/utilities/compare/v1.1.5...v1.1.6) (2024-05-15)


### Bug Fixes

* Adds `createCollapsibleSection` method ([a07c5c5](https://github.com/javalent/utilities/commit/a07c5c5bfcae369f490ad7b87bdc6cf62811fe7d))
* Adds renderFlair method to fuzzy input suggest ([8a62eae](https://github.com/javalent/utilities/commit/8a62eaedc22852262d6625c1f64835c47505ec28))
* Fixes declaration of FuzzyInputSuggest ([366f9e1](https://github.com/javalent/utilities/commit/366f9e1a6a400b6df927e747d8131949cf1a185c))
* Syncs renderFlair method to Obsidian's ([c2b3209](https://github.com/javalent/utilities/commit/c2b32099f42fe07b8fcc585d21d9c4b8965e8627))

## [1.1.5](https://github.com/javalent/obsidian-utilities/compare/v1.1.4...v1.1.5) (2024-04-19)


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
Expand Up @@ -17,7 +17,7 @@
"build:module": "node ./esbuild.config.mjs production",
"build:types": "tsc --emitDeclarationOnly --declaration --declarationMap --project tsconfig.json --outDir dist"
},
"version": "1.1.5",
"version": "1.1.6",
"dependencies": {
"svelte": "^4.2.15"
},
Expand Down

0 comments on commit 80e7e40

Please sign in to comment.