Skip to content

Commit 4abfc1a

Browse files
chore(release): 3.31.1 [skip ci]
1 parent 4fbc379 commit 4abfc1a

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## [3.31.1](https://github.com/atom-ide-community/atom-script/compare/v3.31.0...v3.31.1) (2021-03-23)
2+
3+
4+
### Bug Fixes
5+
6+
* createTempFolder ([b96d7f5](https://github.com/atom-ide-community/atom-script/commit/b96d7f5632c2c17579428811309b078072dfad20))
7+
* detect literate coffee ([b298ac0](https://github.com/atom-ide-community/atom-script/commit/b298ac0cd69f7338cea7c988889a3535448f20b1))
8+
* fix eslint errors in KotlinArgs ([34b592a](https://github.com/atom-ide-community/atom-script/commit/34b592a4d2ce41b9c69a9f3aa1a7841b28457848))
9+
* make sure temp directory exists ([256b8bb](https://github.com/atom-ide-community/atom-script/commit/256b8bb2501366a6fab34e7ba630854af9098df2))
10+
* simplify workingDirectory ([f35783c](https://github.com/atom-ide-community/atom-script/commit/f35783cb3f4f04aafd33178148fca1690387c718))
11+
* use babel-node for CoffeeScript ([3466e03](https://github.com/atom-ide-community/atom-script/commit/3466e03248643e3bbb4c57dc80e9e9d9dab34e51))
12+
* use babel-node for JavaScript ([8581f8e](https://github.com/atom-ide-community/atom-script/commit/8581f8ef63cf385bbccde3b25fff6a5a031e8999))
13+
* use createTempFolder in Kotlin ([5516681](https://github.com/atom-ide-community/atom-script/commit/5516681d8470f1bffa161ac9c47e3dce9bf029a5))
14+
* use createTempPath for Asm ([82f708a](https://github.com/atom-ide-community/atom-script/commit/82f708a632022071e0a9ea4426a9365a3b881b4a))
15+
* use createTempPath for Rust ([bb74d13](https://github.com/atom-ide-community/atom-script/commit/bb74d13010f260509ca6a5ef345b9bcd12ade23c))
16+
* use createTempPath in C grammar ([49d62d3](https://github.com/atom-ide-community/atom-script/commit/49d62d36c5a68260715b4aa08d1b5a45293c12ab))
17+
* use createTempPath in Cpp grammar ([6db2dfa](https://github.com/atom-ide-community/atom-script/commit/6db2dfa5089d02ec62f1dd18a434598776536bbf))
18+
* use createTempPath in fortran grammar ([5b10e3b](https://github.com/atom-ide-community/atom-script/commit/5b10e3b6c12b56abe6c86b194c6710d8463daef3))
19+
* use createTempPath in Obj-c and Obj-cpp grammar ([c61bb75](https://github.com/atom-ide-community/atom-script/commit/c61bb75220110925aeaea5d2c34d44901952a09a))
20+
* use rimraf for deleting the temp folder ([00cd789](https://github.com/atom-ide-community/atom-script/commit/00cd789e629ae0556f8912750bec04c6baeb6f38))
21+
* use temp in grammar-utils ([ccea0bf](https://github.com/atom-ide-community/atom-script/commit/ccea0bf375a4861d0fa90b669414d1177d0146ce))
22+
123
# [3.31.0](https://github.com/atom-ide-community/atom-script/compare/v3.30.0...v3.31.0) (2021-03-22)
224

325

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "script",
33
"main": "./lib/script",
4-
"version": "3.31.0",
4+
"version": "3.31.1",
55
"private": false,
66
"description": "Run code in Atom!",
77
"author": "Kyle Kelley <[email protected]>",

0 commit comments

Comments
 (0)