Skip to content

Commit bebccac

Browse files
chore(release): 3.32.1 [skip ci]
1 parent e730f08 commit bebccac

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.32.1](https://github.com/atom-ide-community/atom-script/compare/v3.32.0...v3.32.1) (2021-05-13)
2+
3+
4+
### Bug Fixes
5+
6+
* add xlint and file.encoding to Java ([#2471](https://github.com/atom-ide-community/atom-script/issues/2471)) ([e730f08](https://github.com/atom-ide-community/atom-script/commit/e730f08d2cc8954a6562fef4e905776585074b63)), closes [#1166](https://github.com/atom-ide-community/atom-script/issues/1166)
7+
18
# [3.32.0](https://github.com/atom-ide-community/atom-script/compare/v3.31.3...v3.32.0) (2021-05-12)
29

310

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

0 commit comments

Comments
 (0)