diff --git a/CHANGELOG.md b/CHANGELOG.md index b4f56b4b..cea04e26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://github.com/danielo515/obsidian-modal-form/compare/1.2.2...1.3.0) (2023-09-11) + + +### Features + +* ability to order fields ([79517c0](https://github.com/danielo515/obsidian-modal-form/commit/79517c03a9bceab06e9239e99ca8a3e100273f1d)) + ## [1.2.2](https://github.com/danielo515/obsidian-modal-form/compare/1.2.1...1.2.2) (2023-09-11) diff --git a/package-lock.json b/package-lock.json index cfc71c74..905d2cac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-modal-form", - "version": "1.2.2", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-modal-form", - "version": "1.2.2", + "version": "1.3.0", "license": "MIT", "dependencies": { "@popperjs/core": "^2.11.8", diff --git a/package.json b/package.json index 64015f37..7f7a319c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-modal-form", - "version": "1.2.2", + "version": "1.3.0", "description": "Define forms for filling data that you will be able to open from anywhere you can run JS", "main": "main.js", "scripts": {