diff --git a/CHANGELOG.md b/CHANGELOG.md index f36ab64..05f5c8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +
+Unreleased + +## 0.1.3 + +> TBD + +
+ ## 0.1.2 - [#19] fixes some schema descriptions diff --git a/js/package.json b/js/package.json index 50be483..8f7620c 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "@deathbeds/urljsf", - "version": "0.1.2", + "version": "0.1.3", "description": "Build structured data files for pull requests with JSON schema", "repository": { "type": "git", diff --git a/pyproject.toml b/pyproject.toml index c40446d..18e7543 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core >=3.9.0,<4.0.0"] [project] name = "urljsf" -version = "0.1.2" +version = "0.1.3" description = "Build declarative, interactive HTML forms with JSON Schema" readme = "README.md" authors = [{name = "urljsf contributors"}]