Skip to content

Commit

Permalink
Merge pull request #5 from danielo515/release-please--branches--maste…
Browse files Browse the repository at this point in the history
…r--components--obsidian-modal-form

chore(master): release 1.2.0
  • Loading branch information
danielo515 authored Sep 11, 2023
2 parents 9ad7380 + f44f190 commit 7141abb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.2.0](https://github.com/danielo515/obsidian-modal-form/compare/v1.1.0...v1.2.0) (2023-09-11)


### Features

* complete core decoding and validation ([7fc538c](https://github.com/danielo515/obsidian-modal-form/commit/7fc538ca28d4b6b4114640f298a093d5639c4326))
* FormEditor V1 ([ce228ef](https://github.com/danielo515/obsidian-modal-form/commit/ce228efb38cb18985e61923b67f5f25fd5b74c4e))
* manage forms view ([bb99d2d](https://github.com/danielo515/obsidian-modal-form/commit/bb99d2d6df9dd7867f7f4d504a4ca25fa1597c3d))
* mobile handling of the form editor ([1be84bd](https://github.com/danielo515/obsidian-modal-form/commit/1be84bd71ce04565ac08cec6a82b398b004447ff))
* suggest folder input ([3adaf07](https://github.com/danielo515/obsidian-modal-form/commit/3adaf0774858ef34a0e2b3eb26657ee45bd119cd))


### Bug Fixes

* delete forms ([70c6a77](https://github.com/danielo515/obsidian-modal-form/commit/70c6a77629953f63243bc2b1e8a0504fb54c1f74))
* icons ([fca57dd](https://github.com/danielo515/obsidian-modal-form/commit/fca57dd872fd80c2f92cdbad2f67a5249a4be8dd))

## [1.1.0](https://github.com/danielo515/obsidian-modal-form/compare/v1.0.0...v1.1.0) (2023-09-07)


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
@@ -1,6 +1,6 @@
{
"name": "obsidian-modal-form",
"version": "1.1.0",
"version": "1.2.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

0 comments on commit 7141abb

Please sign in to comment.