Skip to content

Commit

Permalink
chore(release): 3.31.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed May 11, 2021
1 parent de01edd commit 443bf81
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <rgbkrk@gmail.com>",
Expand Down

0 comments on commit 443bf81

Please sign in to comment.