Skip to content

Commit 443bf81

Browse files
chore(release): 3.31.3 [skip ci]
1 parent de01edd commit 443bf81

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.31.3](https://github.com/atom-ide-community/atom-script/compare/v3.31.2...v3.31.3) (2021-05-11)
2+
3+
4+
### Bug Fixes
5+
6+
* set utf-8 encoding for Python ([eb4700d](https://github.com/atom-ide-community/atom-script/commit/eb4700d08d085dec678e94ae9add0afe738f17b4))
7+
18
## [3.31.2](https://github.com/atom-ide-community/atom-script/compare/v3.31.1...v3.31.2) (2021-05-11)
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.31.2",
4+
"version": "3.31.3",
55
"private": false,
66
"description": "Run code in Atom!",
77
"author": "Kyle Kelley <[email protected]>",

0 commit comments

Comments
 (0)