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 36f1fde commit 9a68bc8Copy full SHA for 9a68bc8
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [3.29.4](https://github.com/atom-ide-community/atom-script/compare/v3.29.3...v3.29.4) (2021-03-21)
2
+
3
4
+### Bug Fixes
5
6
+* if arg is not string assign it ([f7f591e](https://github.com/atom-ide-community/atom-script/commit/f7f591e2fc7c89bf63cd1bb9cdd01fb113bfbd59))
7
8
## [3.29.3](https://github.com/atom-ide-community/atom-script/compare/v3.29.2...v3.29.3) (2020-12-30)
9
10
package.json
@@ -1,7 +1,7 @@
{
"name": "script",
"main": "./lib/script",
- "version": "3.29.3",
+ "version": "3.29.4",
"private": false,
"description": "Run code in Atom!",
"author": "Kyle Kelley <[email protected]>",
0 commit comments