Skip to content

Commit e33d393

Browse files
committed
Bump version
1 parent 8e15e0c commit e33d393

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Changelog
22

3-
## (pending)
3+
## 0.5
44

5+
* Change handling of STDIN from command line. File arg is now optional, reads from stdin when omitted
56
* Support local image upload (via file.io) and rasterization of SVG and TeX/MathML expressions
67
* Fix image alignment when included in a column
78
* Allow offsets for images

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "md2gslides",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Convert Markdown to Google Slides",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)