Skip to content

Commit

Permalink
v5.0.2
Browse files Browse the repository at this point in the history
29 Feb 2020

Changes

- Fix packaging (travis/releases).
  Make sure browserified modelleertaal-app.browser.js is deployed to releases.
  • Loading branch information
tomkooij committed Feb 29, 2020
1 parent 92bc0d1 commit 888eae7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,14 @@

dev

## [5.0.2]

29 Feb 2020

### Changes ###

- Fix packaging (travis/releases).
Make sure browserified modelleertaal-app.browser.js is deployed to releases.

## [5.0.1]

Expand Down
2 changes: 1 addition & 1 deletion modelleertaal-app.js
Expand Up @@ -15,7 +15,7 @@ var FileSaver = require('file-saver');
//jshint loopfunc: true

/* version history: CHANGELOG.md */
var version = "v5.x dev";
var version = "v5.0.2 29feb2020";

function ModelleertaalApp(params) {

Expand Down

0 comments on commit 888eae7

Please sign in to comment.