From 71c80af51da8195b0ef56af5107b11ae7e3daf65 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 26 Mar 2021 12:22:51 -0400 Subject: [PATCH] Update changelog for 1.1.0 and update package version. --- doc/changes.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/changes.md b/doc/changes.md index 542bb1f..7331afb 100644 --- a/doc/changes.md +++ b/doc/changes.md @@ -1,5 +1,10 @@ # ustaxviewer Change Log +## 1.1.0 +- Disable live reload. +- Store the currently-viewed form name in the URL. +- Format form values using the new ustaxlib FormatType specifiers. + ## 1.0.2 - Fix the Graphviz viewer. - Split chunks in WebPack. diff --git a/package.json b/package.json index fd92697..75eece4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ustaxviewer", - "version": "1.0.2", + "version": "1.1.0", "description": "HTML form viewer for ustaxlib.", "repository": "https://github.com/rsesek/ustaxviewer", "main": "./dist/src/index.js", -- 2.22.5