Skip to content

Commit dd94082

Browse files
Bump version to 1.1.4 and update changelog.
1 parent 6507c62 commit dd94082

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
1.1.4
2+
-----
3+
* Run jasmine tests in Azure Pipelines with node and jest (#134)
4+
* Fix #139 to able to load the blocks in the current version of the Editor (#140)
5+
* Remove unused "check version" functionality (#144)
6+
* Fix link in help.html (#138)
7+
* Add classnames and docs for new editor metrics (#150)
8+
* Lazy load blocks and only when enabled (#101)
9+
* Use input instead of div for script name (#95)
10+
* Remove unused description field, CSS, and JS (#98)
11+
112
1.1.3
213
-----
314
* Fixes issue loading hex files into the Editor (https://github.com/bbcmicrobit/PythonEditor/pull/89)

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.3";
80+
EDITOR_VERSION = "1.1.4";
8181
UPY_VERSION = "1.0.1";
8282
</script>
8383

0 commit comments

Comments
 (0)