Skip to content

Commit

Permalink
Merge pull request #343 from danielo515/release-please--branches--master
Browse files Browse the repository at this point in the history
chore(master): release 1.54.0
  • Loading branch information
danielo515 authored Dec 11, 2024
2 parents cf2838c + 2f160d7 commit 685ab32
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.53.0"
".": "1.54.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.54.0](https://github.com/danielo515/obsidian-modal-form/compare/1.53.0...1.54.0) (2024-12-11)


### Features

* **builder:** File input builder ([48b62af](https://github.com/danielo515/obsidian-modal-form/commit/48b62af80cfdb2ca81793c9258a2872367e7144f))
* **input:** file input schema and rendering ([b4682ff](https://github.com/danielo515/obsidian-modal-form/commit/b4682ff73b0bbe9fe038db0fc19eca55f6bcfade))

## [1.53.0](https://github.com/danielo515/obsidian-modal-form/compare/1.52.0...1.53.0) (2024-12-09)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"fundingUrl": "https://www.buymeacoffee.com/danielo515",
"helpUrl": "https://danielorodriguez.com/obsidian-modal-form/",
"isDesktopOnly": false,
"version": "1.53.0"
"version": "1.54.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-modal-form",
"version": "1.53.0",
"version": "1.54.0",
"description": "Define forms for filling data that you will be able to open from anywhere you can run JS",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,6 @@
"1.50.0": "0.15.0",
"1.51.0": "0.15.0",
"1.52.0": "0.15.0",
"1.53.0": "0.15.0"
"1.53.0": "0.15.0",
"1.54.0": "0.15.0"
}

0 comments on commit 685ab32

Please sign in to comment.