We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7adf12 commit a35a141Copy full SHA for a35a141
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [3.29.5](https://github.com/atom-ide-community/atom-script/compare/v3.29.4...v3.29.5) (2021-03-21)
2
+
3
4
+### Bug Fixes
5
6
+* try catch toHtml ([b9cd891](https://github.com/atom-ide-community/atom-script/commit/b9cd89128dd207045b84461b01aaf663b03e4a5c))
7
8
## [3.29.4](https://github.com/atom-ide-community/atom-script/compare/v3.29.3...v3.29.4) (2021-03-21)
9
10
package.json
@@ -1,7 +1,7 @@
{
"name": "script",
"main": "./lib/script",
- "version": "3.29.4",
+ "version": "3.29.5",
"private": false,
"description": "Run code in Atom!",
"author": "Kyle Kelley <rgbkrk@gmail.com>",
0 commit comments