Skip to content

Commit

Permalink
Version updated to 0.40.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcana committed May 24, 2020
1 parent 0180eb2 commit b4cf1d4
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
3 changes: 3 additions & 0 deletions changes.txt
Expand Up @@ -17,6 +17,9 @@ New in 0.41.0
- Don't throw any exception when an indexed node is not found?
- Replace string keys in AttributeIndex by objects?

New in 0.40.1
- Bug fixed: update errors using tables fixed.

New in 0.40.0
- Update effects initial support.

Expand Down
6 changes: 6 additions & 0 deletions docs/changes.html
Expand Up @@ -15,6 +15,12 @@
<h1>ZPT-JS change log</h1>
</div>
<article data-fill-slot="'article'">
<h2>
0.40.1 <span class="changes-date">24 May 2020</span>
</h2>
<ul>
<li>Bug fixed: update errors using tables fixed.</li>
</ul>
<h2>
0.40.0 <span class="changes-date">17 May 2020</span>
</h2>
Expand Down
4 changes: 2 additions & 2 deletions docs/folderDictionary.js
Expand Up @@ -3,6 +3,6 @@
//
var folderDictionary = {
'footer-macro': 'footer@templates.html',
versionNumber: '0.40.0',
versionDate: '17 May 2020'
versionNumber: '0.40.1',
versionDate: '24 May 2020'
};
2 changes: 1 addition & 1 deletion js/app/version.js
@@ -1,2 +1,2 @@
// generated by genversion
module.exports = '0.40.0'
module.exports = '0.40.1'
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "zpt",
"version": "0.40.0",
"version": "0.40.1",
"main": "./js/app/main.js",
"description": "Zenon Page Templates - JS (ZPT-JS)",
"keywords": [
Expand Down

0 comments on commit b4cf1d4

Please sign in to comment.