Skip to content

Commit 0c3a7c8

Browse files
chore(release): 3.32.2 [skip ci]
1 parent 3f3cc10 commit 0c3a7c8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [3.32.2](https://github.com/atom-ide-community/atom-script/compare/v3.32.1...v3.32.2) (2021-05-15)
2+
3+
4+
### Bug Fixes
5+
6+
* export gnuplot ([51132f0](https://github.com/atom-ide-community/atom-script/commit/51132f06e2f4811e1a4aba226f0b400780043042))
7+
* fix gnuplot command was not exported ([#2474](https://github.com/atom-ide-community/atom-script/issues/2474)) ([3f3cc10](https://github.com/atom-ide-community/atom-script/commit/3f3cc1036a18e729593b5b39b27feabed54db90f))
8+
19
## [3.32.1](https://github.com/atom-ide-community/atom-script/compare/v3.32.0...v3.32.1) (2021-05-13)
210

311

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

0 commit comments

Comments
 (0)