diff --git a/CHANGELOG.md b/CHANGELOG.md index 42a5b745..88da6bd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.31.3](https://github.com/atom-ide-community/atom-script/compare/v3.31.2...v3.31.3) (2021-05-11) + + +### Bug Fixes + +* set utf-8 encoding for Python ([eb4700d](https://github.com/atom-ide-community/atom-script/commit/eb4700d08d085dec678e94ae9add0afe738f17b4)) + ## [3.31.2](https://github.com/atom-ide-community/atom-script/compare/v3.31.1...v3.31.2) (2021-05-11) diff --git a/package.json b/package.json index 0d75164c..3495d8e5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "script", "main": "./lib/script", - "version": "3.31.2", + "version": "3.31.3", "private": false, "description": "Run code in Atom!", "author": "Kyle Kelley ",