LibreTexts / ckeditor-binder-plugin

A CKeditor plugin that makes adding binder enabled pre tags easy.
GNU General Public License v3.0
4 stars 2 forks source link

Release 1.6.0 #135

Closed sandertyu closed 3 years ago

sandertyu commented 3 years ago

Here we upgrade the Thebe version and revert the aggressive caching change that was made earlier. We have also included a short console output message to include the version number and date that it was merged to master. To do so, we have added to the github actions file main.yaml so that it now searches through our releases/ directory to determine the latest version and then uses this version to update the version in package.json (because it's easy to forget to update it) as well as the version/date used by the console output message.

This should be safe to merge to master ASAP

sandertyu commented 3 years ago

Tested on query, everything works fine. Only way to test to console is to merge to master but it should not break anything in the worst case scenario.