From ed3d0e73924a7b23fd879e45ec5b74d8448c77e7 Mon Sep 17 00:00:00 2001 From: Michael Schramm Date: Sun, 27 Mar 2022 20:24:28 +0200 Subject: [PATCH] release 1.0.3 --- CHANGELOG.md | 28 +++++++++++++++++++++++++--- package.json | 1 + 2 files changed, 26 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1b7f190..3174a922 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,18 +4,40 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). - + + + +## [Unreleased] + +### Added + +### Changed + +### Fixed + +### Security + +## [1.0.3] - 2022-03-27 + +### Updates + +* https://github.com/ohmyform/api/releases/tag/1.0.3 +* https://github.com/ohmyform/ui/releases/tag/1.0.3 + +### Added + +* minimal configuration example for caddy server (https://github.com/ohmyform/ohmyform/pull/167) ## [1.0.2] - 2022-03-13 diff --git a/package.json b/package.json index 14544181..9689b472 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,5 @@ { + "version": "1.0.3", "name": "ohmyform", "description": "Opensource alternative to TypeForm", "homepage": "https://github.com/ohmyform/ohmyform",