From 8befb98f08c1ee7138740dd1db5751d00663d6a4 Mon Sep 17 00:00:00 2001 From: Joe Wicentowski Date: Tue, 3 Jan 2023 16:07:22 -0500 Subject: [PATCH] Prepare v1.1.0 --- package-lock.json | 4 ++-- package.json | 2 +- repo.xml.tmpl | 7 +++++++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4f1bfcc..79336b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "templating", - "version": "1.0.4", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "templating", - "version": "1.0.4", + "version": "1.1.0", "license": "LGPL-2.1", "devDependencies": { "@existdb/gulp-exist": "^4.3.2", diff --git a/package.json b/package.json index b155cc4..85899f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templating", - "version": "1.0.4", + "version": "1.1.0", "description": "eXist-db HTML Templating Library", "homepage": "https://github.com/eXist-db/templating#readme", "bugs": "https://github.com/eXist-db/templating/issues", diff --git a/repo.xml.tmpl b/repo.xml.tmpl index caef49d..b13f7bf 100644 --- a/repo.xml.tmpl +++ b/repo.xml.tmpl @@ -8,6 +8,13 @@ true library + +
    +
  • New: Facility for filtering of templating-specific data attributes from output - #15
  • +
  • New: Improved CI with test on minimum required version and ability to run exist as service - #16
  • +
  • Fix: Handling of integer types in function signatures - #19
  • +
+
  • Fix form control: radio button & checkbox inputs - #9