Skip to content

Commit c5ea1fc

Browse files
committed
Prepare v3.3.1
1 parent bf82d73 commit c5ea1fc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "exide",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "a web-based XQuery IDE",
55
"main": "main.js",
66
"directories": {

repo.xml

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
<finish/>
1313
<permissions xmlns:repo="http://exist-db.org/xquery/repo" password="eXide" user="eXide" group="eXide" mode="0775"/>
1414
<changelog>
15+
<change version="3.3.1">
16+
<ul xmlns="http://www.w3.org/1999/xhtml">
17+
<li>Fixed: Snippets for XQuery 3.1 - <a href="https://github.com/eXist-db/eXide/pull/420">#420</a></li>
18+
<li>Fixed: Ensure errors in module inspection don’t halt docs lookup - <a href="https://github.com/eXist-db/eXide/pull/433">#420</a></li>
19+
</ul>
20+
</change>
1521
<change version="3.3.0">
1622
<ul xmlns="http://www.w3.org/1999/xhtml">
1723
<li>Include ag-grid in build to allow offline use of eXide - <a href="https://github.com/eXist-db/eXide/pull/411">#411</a></li>

0 commit comments

Comments
 (0)