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