Skip to content

Commit

Permalink
Merge pull request #364 from danielo515/release-please--branches--master
Browse files Browse the repository at this point in the history
chore(master): release 1.57.0
  • Loading branch information
danielo515 authored Dec 20, 2024
2 parents 2adfc8c + 1fc0a56 commit dc99828
Show file tree
Hide file tree
Showing 5 changed files with 18 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.56.0"
".": "1.57.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.57.0](https://github.com/danielo515/obsidian-modal-form/compare/1.56.0...1.57.0) (2024-12-20)


### Features

* **parser:** add support for parsing transformations ([2dbe84c](https://github.com/danielo515/obsidian-modal-form/commit/2dbe84c95da65504172a68ad974174b9c5bd48b7))
* **template:** execute transformations when applying templates ([7552a2a](https://github.com/danielo515/obsidian-modal-form/commit/7552a2a6095ff1fd51c1b0010abfc08edc53ffa3))


### Bug Fixes

* import forms not working ([e9c64c2](https://github.com/danielo515/obsidian-modal-form/commit/e9c64c29e0fbae3602cc4e0ab03f0d9c3fd928ed))

## [1.56.0](https://github.com/danielo515/obsidian-modal-form/compare/1.55.0...1.56.0) (2024-12-19)


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.56.0"
"version": "1.57.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.56.0",
"version": "1.57.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 @@ -76,5 +76,6 @@
"1.53.0": "0.15.0",
"1.54.0": "0.15.0",
"1.55.0": "0.15.0",
"1.56.0": "0.15.0"
"1.56.0": "0.15.0",
"1.57.0": "0.15.0"
}

0 comments on commit dc99828

Please sign in to comment.