Skip to content

v1.0.2: Release 1.0.2. (#47)

Compare
Choose a tag to compare
@odub odub released this 27 Jun 09:30
· 3 commits to master since this release
* Fix link anchors.

* Fix script src typo in docs. (#43)

There appear to be two script tags:

* https://unpkg.com/mpe@1.0.1/lib/mpe.js
* https://unpkg.com/mpe@1.0.1/lib/mpe.min.js

But the Note uses `mpe.min.js` for both file names ... which blew my mind for a second there, until I figured out it was probably copy pasta :P

* Add ISC license. (#46)

* Add ISC license.

* Add test for copyright notice.

* Tweak test imports.

* Bump version and add entry in change log.

* Tweak link order.