Skip to content

Commit e34ed3a

Browse files
Bump version to 1.1.5 and update changelog.
1 parent 40b6a60 commit e34ed3a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
1.1.5
2+
-----
3+
* Add floating help panel (#115)
4+
* Add puppeteer tests (#166)
5+
* Add custom event for dropping a file to the load modal (#168)
6+
* Refactor some of the blocks code (#165)
7+
18
1.1.4
29
-----
310
* Run jasmine tests in Azure Pipelines with node and jest (#134)

editor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
</script>
7878
<script type="application/javascript">
7979
// VERSION INFORMATION
80-
EDITOR_VERSION = "1.1.4";
80+
EDITOR_VERSION = "1.1.5";
8181
UPY_VERSION = "1.0.1";
8282
</script>
8383

0 commit comments

Comments
 (0)