From b9f6b3e6b4b9a60e82a68e2da47d5f73929026c3 Mon Sep 17 00:00:00 2001 From: Joe Wicentowski Date: Thu, 12 May 2022 09:23:14 -0400 Subject: [PATCH] Prepare v3.4.0 --- package.json | 2 +- repo.xml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 34ec1193..4ff62b20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "exide", - "version": "3.3.1", + "version": "3.4.0", "description": "a web-based XQuery IDE", "main": "main.js", "directories": { diff --git a/repo.xml b/repo.xml index b8b93abb..3ab0fb94 100644 --- a/repo.xml +++ b/repo.xml @@ -12,6 +12,12 @@ + +
    +
  • New: Warn user when saving contents of XQuery window with non-XQuery file extension - #462
  • +
  • New: Adopt community XQuery file extension convention - #461
  • +
+
  • Fixed: Snippets for XQuery 3.1 - #420