diff --git a/CHANGELOG.md b/CHANGELOG.md index 41b9f2ae..0081bcd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +## [3.31.1](https://github.com/atom-ide-community/atom-script/compare/v3.31.0...v3.31.1) (2021-03-23) + + +### Bug Fixes + +* createTempFolder ([b96d7f5](https://github.com/atom-ide-community/atom-script/commit/b96d7f5632c2c17579428811309b078072dfad20)) +* detect literate coffee ([b298ac0](https://github.com/atom-ide-community/atom-script/commit/b298ac0cd69f7338cea7c988889a3535448f20b1)) +* fix eslint errors in KotlinArgs ([34b592a](https://github.com/atom-ide-community/atom-script/commit/34b592a4d2ce41b9c69a9f3aa1a7841b28457848)) +* make sure temp directory exists ([256b8bb](https://github.com/atom-ide-community/atom-script/commit/256b8bb2501366a6fab34e7ba630854af9098df2)) +* simplify workingDirectory ([f35783c](https://github.com/atom-ide-community/atom-script/commit/f35783cb3f4f04aafd33178148fca1690387c718)) +* use babel-node for CoffeeScript ([3466e03](https://github.com/atom-ide-community/atom-script/commit/3466e03248643e3bbb4c57dc80e9e9d9dab34e51)) +* use babel-node for JavaScript ([8581f8e](https://github.com/atom-ide-community/atom-script/commit/8581f8ef63cf385bbccde3b25fff6a5a031e8999)) +* use createTempFolder in Kotlin ([5516681](https://github.com/atom-ide-community/atom-script/commit/5516681d8470f1bffa161ac9c47e3dce9bf029a5)) +* use createTempPath for Asm ([82f708a](https://github.com/atom-ide-community/atom-script/commit/82f708a632022071e0a9ea4426a9365a3b881b4a)) +* use createTempPath for Rust ([bb74d13](https://github.com/atom-ide-community/atom-script/commit/bb74d13010f260509ca6a5ef345b9bcd12ade23c)) +* use createTempPath in C grammar ([49d62d3](https://github.com/atom-ide-community/atom-script/commit/49d62d36c5a68260715b4aa08d1b5a45293c12ab)) +* use createTempPath in Cpp grammar ([6db2dfa](https://github.com/atom-ide-community/atom-script/commit/6db2dfa5089d02ec62f1dd18a434598776536bbf)) +* use createTempPath in fortran grammar ([5b10e3b](https://github.com/atom-ide-community/atom-script/commit/5b10e3b6c12b56abe6c86b194c6710d8463daef3)) +* use createTempPath in Obj-c and Obj-cpp grammar ([c61bb75](https://github.com/atom-ide-community/atom-script/commit/c61bb75220110925aeaea5d2c34d44901952a09a)) +* use rimraf for deleting the temp folder ([00cd789](https://github.com/atom-ide-community/atom-script/commit/00cd789e629ae0556f8912750bec04c6baeb6f38)) +* use temp in grammar-utils ([ccea0bf](https://github.com/atom-ide-community/atom-script/commit/ccea0bf375a4861d0fa90b669414d1177d0146ce)) + # [3.31.0](https://github.com/atom-ide-community/atom-script/compare/v3.30.0...v3.31.0) (2021-03-22) diff --git a/package.json b/package.json index 23c6adb5..5b201438 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "script", "main": "./lib/script", - "version": "3.31.0", + "version": "3.31.1", "private": false, "description": "Run code in Atom!", "author": "Kyle Kelley ",