Skip to content

Commit 9143300

Browse files
chore(release): 3.32.0 [skip ci]
1 parent 15dfcc3 commit 9143300

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [3.32.0](https://github.com/atom-ide-community/atom-script/compare/v3.31.3...v3.32.0) (2021-05-12)
2+
3+
4+
### Bug Fixes
5+
6+
* fix execution of Java files + support UTF-8 encoding ([d73f270](https://github.com/atom-ide-community/atom-script/commit/d73f270b098d0c22144ec9b59c983bf62428f995))
7+
8+
9+
### Features
10+
11+
* add selection based Java support ([8515200](https://github.com/atom-ide-community/atom-script/commit/85152009948648b8cc702f6d0fd0369f6851b8b4))
12+
113
## [3.31.3](https://github.com/atom-ide-community/atom-script/compare/v3.31.2...v3.31.3) (2021-05-11)
214

315

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.3",
4+
"version": "3.32.0",
55
"private": false,
66
"description": "Run code in Atom!",
77
"author": "Kyle Kelley <[email protected]>",

0 commit comments

Comments
 (0)